#CAB1BA

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

Shades of Melanie #CAB1BA

Tints of Melanie #CAB1BA

Color information

#CAB1BA (or 0xCAB1BA) is unknown color: approx Melanie. HEX triplet: CA, B1 and BA. RGB value is (202,177,186). Sum of RGB (Red+Green+Blue) = 202+177+186=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BA is #354E45. Grayscale: #B9B9B9. Windows color (decimal): -3493446 or 12235210. OLE color: 12235210.

HSL color Cylindrical-coordinate representation of color #CAB1BA: hue angle of 338.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1BA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202177186-
CMYK00.120.080.21
HSL338.4º19.08%74.31%-
HSV(B)338.4º12.38%79.22%-
XYZ48.9447.5553.05-
YUV185.5128.28139.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=35.75%
G=31.33%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217718600.120.080.21338.419.0874.31
HexCAB1BA0C815152134a
Octal312261272014102552223112
Binary11001010101100011011101001100100010101101010010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1BA; }

 p { color: rgb(202,177,186); }

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

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

 a { background-color: rgb(202,177,186); }

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

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

 span { border-color: rgb(202,177,186); }

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