#CAB4BB

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

Shades of Melanie #CAB4BB

Tints of Melanie #CAB4BB

Color information

#CAB4BB (or 0xCAB4BB) is unknown color: approx Melanie. HEX triplet: CA, B4 and BB. RGB value is (202,180,187). Sum of RGB (Red+Green+Blue) = 202+180+187=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4BB is #354B44. Grayscale: #BBBBBB. Windows color (decimal): -3492677 or 12301514. OLE color: 12301514.

HSL color Cylindrical-coordinate representation of color #CAB4BB: hue angle of 340.91º degrees, saturation: 0.17, 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 #CAB4BB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202180187-
CMYK00.110.070.21
HSL340.91º17.19%74.9%-
HSV(B)340.91º10.89%79.22%-
XYZ49.6548.7953.81-
YUV187.38127.79138.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=35.50%
G=31.63%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218018700.110.070.21340.9117.1974.9
HexCAB4BB0B715155114b
Octal31226427301372552521113
Binary1100101010110100101110110101111110101101010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4BB; }

 p { color: rgb(202,180,187); }

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

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

 a { background-color: rgb(202,180,187); }

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

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

 span { border-color: rgb(202,180,187); }

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