#CAB9BF

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

Shades of Melanie #CAB9BF

Tints of Melanie #CAB9BF

Color information

#CAB9BF (or 0xCAB9BF) is unknown color: approx Melanie. HEX triplet: CA, B9 and BF. RGB value is (202,185,191). Sum of RGB (Red+Green+Blue) = 202+185+191=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BF is #354640. Grayscale: #BEBEBE. Windows color (decimal): -3491393 or 12564938. OLE color: 12564938.

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

Color convert

RGB202185191-
CMYK00.080.050.21
HSL338.82º13.82%75.88%-
HSV(B)338.82º8.42%79.22%-
XYZ51.1151.0256.44-
YUV190.77128.13136.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 191 (75% from 255) = 33.04%
R=34.95%
G=32.01%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218519100.080.050.21338.8213.8275.88
HexCAB9BF08515153e4c
Octal31227127701052552316114
Binary110010101011100110111111010001011010110101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9BF; }

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

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

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

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

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

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

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

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