#CAB6BD

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

Shades of Melanie #CAB6BD

Tints of Melanie #CAB6BD

Color information

#CAB6BD (or 0xCAB6BD) is unknown color: approx Melanie. HEX triplet: CA, B6 and BD. RGB value is (202,182,189). Sum of RGB (Red+Green+Blue) = 202+182+189=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6BD is #354942. Grayscale: #BCBCBC. Windows color (decimal): -3492163 or 12433098. OLE color: 12433098.

HSL color Cylindrical-coordinate representation of color #CAB6BD: hue angle of 339º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6BD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202182189-
CMYK00.100.060.21
HSL339º15.87%75.29%-
HSV(B)339º9.9%79.22%-
XYZ50.2749.6955.09-
YUV188.78128.13137.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=35.25%
G=31.76%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218218900.100.060.2133915.8775.29
HexCAB6BD0A615153104b
Octal31226627501262552320113
Binary1100101010110110101111010101011010101101010011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6BD; }

 p { color: rgb(202,182,189); }

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

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

 a { background-color: rgb(202,182,189); }

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

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

 span { border-color: rgb(202,182,189); }

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