#CB485B

Color #CB485B Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CB485B

Tints of Mandy #CB485B

Color information

#CB485B (or 0xCB485B) is unknown color: approx Mandy. HEX triplet: CB, 48 and 5B. RGB value is (203,72,91). Sum of RGB (Red+Green+Blue) = 203+72+91=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB485B is #34B7A4. Grayscale: #717171. Windows color (decimal): -3454885 or 5982411. OLE color: 5982411.

HSL color Cylindrical-coordinate representation of color #CB485B: hue angle of 351.3º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB485B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB2037291-
CMYK00.650.550.20
HSL351.3º55.74%53.92%-
HSV(B)351.3º64.53%79.61%-
XYZ28.8318.0911.87-
YUV113.33115.4191.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 55.46%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=55.46%
G=19.67%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203729100.650.550.20351.355.7453.92
HexCB485B041371415f3836
Octal313110133010167245377066
Binary11001011100100010110110100000111011110100101011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB485B; }

 p { color: rgb(203,72,91); }

 H1.HeaderClassName
 {
   color: #CB485B;
 }
 .AnyTagClassName
 {
   color: #CB485B;
 }
</style>
background-color css

<style>
 a { background-color: #CB485B; }

 a { background-color: rgb(203,72,91); }

 div.DivClassName
 {
   background-color: #CB485B;
 }
 .BgClassName
 {
   background-color: #CB485B;
 }
</style>
border-color css

<style>
 span { border-color: #CB485B; }

 span { border-color: rgb(203,72,91); }

 td.TdClassName
 {
   border-color: #CB485B;
 }
 .TagClassName
 {
   border-color: #CB485B;
 }
</style>