#CAB3BB

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

Shades of Melanie #CAB3BB

Tints of Melanie #CAB3BB

Color information

#CAB3BB (or 0xCAB3BB) is unknown color: approx Melanie. HEX triplet: CA, B3 and BB. RGB value is (202,179,187). Sum of RGB (Red+Green+Blue) = 202+179+187=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3BB is #354C44. Grayscale: #BABABA. Windows color (decimal): -3492933 or 12301258. OLE color: 12301258.

HSL color Cylindrical-coordinate representation of color #CAB3BB: hue angle of 339.13º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB3BB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202179187-
CMYK00.110.070.21
HSL339.13º17.83%74.71%-
HSV(B)339.13º11.39%79.22%-
XYZ49.4548.3853.75-
YUV186.79128.12138.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=35.56%
G=31.51%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217918700.110.070.21339.1317.8374.71
HexCAB3BB0B715153124b
Octal31226327301372552322113
Binary1100101010110011101110110101111110101101010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3BB; }

 p { color: rgb(202,179,187); }

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

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

 a { background-color: rgb(202,179,187); }

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

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

 span { border-color: rgb(202,179,187); }

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