#CAB6BC

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

Shades of Melanie #CAB6BC

Tints of Melanie #CAB6BC

Color information

#CAB6BC (or 0xCAB6BC) is unknown color: approx Melanie. HEX triplet: CA, B6 and BC. RGB value is (202,182,188). Sum of RGB (Red+Green+Blue) = 202+182+188=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6BC is #354943. Grayscale: #BCBCBC. Windows color (decimal): -3492164 or 12367562. OLE color: 12367562.

HSL color Cylindrical-coordinate representation of color #CAB6BC: hue angle of 342º 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 #CAB6BC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202182188-
CMYK00.100.070.21
HSL342º15.87%75.29%-
HSV(B)342º9.9%79.22%-
XYZ50.1649.6454.52-
YUV188.66127.63137.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=35.31%
G=31.82%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218218800.100.070.2134215.8775.29
HexCAB6BC0A715156104b
Octal31226627401272552620113
Binary1100101010110110101111000101011110101101010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6BC; }

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

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

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

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

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

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

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

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