#CAB7BD

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

Shades of Melanie #CAB7BD

Tints of Melanie #CAB7BD

Color information

#CAB7BD (or 0xCAB7BD) is unknown color: approx Melanie. HEX triplet: CA, B7 and BD. RGB value is (202,183,189). Sum of RGB (Red+Green+Blue) = 202+183+189=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7BD is #354842. Grayscale: #BDBDBD. Windows color (decimal): -3491907 or 12433354. OLE color: 12433354.

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

Color convert

RGB202183189-
CMYK00.090.060.21
HSL341.05º15.2%75.49%-
HSV(B)341.05º9.41%79.22%-
XYZ50.4850.155.15-
YUV189.36127.79137.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=35.19%
G=31.88%
B=32.93%

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
Decimal20218318900.090.060.21341.0515.275.49
HexCAB7BD09615155f4b
Octal31226727501162552517113
Binary110010101011011110111101010011101010110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7BD; }

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

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

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

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

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

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

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

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