#CAB8BE

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

Shades of Melanie #CAB8BE

Tints of Melanie #CAB8BE

Color information

#CAB8BE (or 0xCAB8BE) is unknown color: approx Melanie. HEX triplet: CA, B8 and BE. RGB value is (202,184,190). Sum of RGB (Red+Green+Blue) = 202+184+190=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8BE is #354741. Grayscale: #BEBEBE. Windows color (decimal): -3491650 or 12499146. OLE color: 12499146.

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

Color convert

RGB202184190-
CMYK00.090.060.21
HSL340º14.52%75.69%-
HSV(B)340º8.91%79.22%-
XYZ50.7950.5655.8-
YUV190.07127.96136.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=35.07%
G=31.94%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218419000.090.060.2134014.5275.69
HexCAB8BE09615154f4c
Octal31227027601162552417114
Binary110010101011100010111110010011101010110101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8BE; }

 p { color: rgb(202,184,190); }

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

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

 a { background-color: rgb(202,184,190); }

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

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

 span { border-color: rgb(202,184,190); }

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