#CAB3BA

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

Shades of Melanie #CAB3BA

Tints of Melanie #CAB3BA

Color information

#CAB3BA (or 0xCAB3BA) is unknown color: approx Melanie. HEX triplet: CA, B3 and BA. RGB value is (202,179,186). Sum of RGB (Red+Green+Blue) = 202+179+186=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3BA is #354C45. Grayscale: #BABABA. Windows color (decimal): -3492934 or 12235722. OLE color: 12235722.

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

Color convert

RGB202179186-
CMYK00.110.080.21
HSL341.74º17.83%74.71%-
HSV(B)341.74º11.39%79.22%-
XYZ49.3448.3453.18-
YUV186.68127.62138.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 179 (70.31% from 255) = 31.57%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=35.63%
G=31.57%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217918600.110.080.21341.7417.8374.71
HexCAB3BA0B815156124b
Octal312263272013102552622113
Binary11001010101100111011101001011100010101101010110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3BA; }

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

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

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

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

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

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

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

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