#CABBC0

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

Shades of Melanie #CABBC0

Tints of Melanie #CABBC0

Color information

#CABBC0 (or 0xCABBC0) is unknown color: approx Melanie. HEX triplet: CA, BB and C0. RGB value is (202,187,192). Sum of RGB (Red+Green+Blue) = 202+187+192=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC0 is #35443F. Grayscale: #C0C0C0. Windows color (decimal): -3490880 or 12630986. OLE color: 12630986.

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

Color convert

RGB202187192-
CMYK00.070.050.21
HSL340º12.4%76.27%-
HSV(B)340º7.43%79.22%-
XYZ51.6451.957.17-
YUV192.05127.97135.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=34.77%
G=32.19%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218719200.070.050.2134012.476.27
HexCABBC007515154c4c
Octal3122733000752552414114
Binary11001010101110111100000001111011010110101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBC0; }

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

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

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

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

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

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

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

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