#CAB0B9

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

Shades of Melanie #CAB0B9

Tints of Melanie #CAB0B9

Color information

#CAB0B9 (or 0xCAB0B9) is unknown color: approx Melanie. HEX triplet: CA, B0 and B9. RGB value is (202,176,185). Sum of RGB (Red+Green+Blue) = 202+176+185=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0B9 is #354F46. Grayscale: #B8B8B8. Windows color (decimal): -3493703 or 12169418. OLE color: 12169418.

HSL color Cylindrical-coordinate representation of color #CAB0B9: hue angle of 339.23º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB0B9 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202176185-
CMYK00.130.080.21
HSL339.23º19.7%74.12%-
HSV(B)339.23º12.87%79.22%-
XYZ48.6447.1152.43-
YUV184.8128.11140.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=35.88%
G=31.26%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217618500.130.080.21339.2319.774.12
HexCAB0B90D815153144a
Octal312260271015102552324112
Binary11001010101100001011100101101100010101101010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0B9; }

 p { color: rgb(202,176,185); }

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

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

 a { background-color: rgb(202,176,185); }

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

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

 span { border-color: rgb(202,176,185); }

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