#CABCC0

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

Shades of Melanie #CABCC0

Tints of Melanie #CABCC0

Color information

#CABCC0 (or 0xCABCC0) is unknown color: approx Melanie. HEX triplet: CA, BC and C0. RGB value is (202,188,192). Sum of RGB (Red+Green+Blue) = 202+188+192=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC0 is #35433F. Grayscale: #C0C0C0. Windows color (decimal): -3490624 or 12631242. OLE color: 12631242.

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

Color convert

RGB202188192-
CMYK00.070.050.21
HSL342.86º11.67%76.47%-
HSV(B)342.86º6.93%79.22%-
XYZ51.8552.3357.24-
YUV192.64127.64134.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=34.71%
G=32.30%
B=32.99%

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
Decimal20218819200.070.050.21342.8611.6776.47
HexCABCC007515157c4c
Octal3122743000752552714114
Binary11001010101111001100000001111011010110101011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC0; }

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

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

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

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

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

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

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

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