#CAB2BA

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

Shades of Melanie #CAB2BA

Tints of Melanie #CAB2BA

Color information

#CAB2BA (or 0xCAB2BA) is unknown color: approx Melanie. HEX triplet: CA, B2 and BA. RGB value is (202,178,186). Sum of RGB (Red+Green+Blue) = 202+178+186=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BA is #354D45. Grayscale: #BABABA. Windows color (decimal): -3493190 or 12235466. OLE color: 12235466.

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

Color convert

RGB202178186-
CMYK00.120.080.21
HSL340º18.46%74.51%-
HSV(B)340º11.88%79.22%-
XYZ49.1447.9453.12-
YUV186.09127.95139.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=35.69%
G=31.45%
B=32.86%

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
Decimal20217818600.120.080.2134018.4674.51
HexCAB2BA0C815154124b
Octal312262272014102552422113
Binary11001010101100101011101001100100010101101010100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2BA; }

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

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

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

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

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

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

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

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