#CAB8BD

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

Shades of Melanie #CAB8BD

Tints of Melanie #CAB8BD

Color information

#CAB8BD (or 0xCAB8BD) is unknown color: approx Melanie. HEX triplet: CA, B8 and BD. RGB value is (202,184,189). Sum of RGB (Red+Green+Blue) = 202+184+189=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8BD is #354742. Grayscale: #BDBDBD. Windows color (decimal): -3491651 or 12433610. OLE color: 12433610.

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

Color convert

RGB202184189-
CMYK00.090.060.21
HSL343.33º14.52%75.69%-
HSV(B)343.33º8.91%79.22%-
XYZ50.6850.5155.22-
YUV189.95127.46136.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=35.13%
G=32%
B=32.87%

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
Decimal20218418900.090.060.21343.3314.5275.69
HexCAB8BD09615157f4c
Octal31227027501162552717114
Binary110010101011100010111101010011101010110101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8BD; }

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

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

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

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

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

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

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

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