#CABDC0

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

Shades of Melanie #CABDC0

Tints of Melanie #CABDC0

Color information

#CABDC0 (or 0xCABDC0) is unknown color: approx Melanie. HEX triplet: CA, BD and C0. RGB value is (202,189,192). Sum of RGB (Red+Green+Blue) = 202+189+192=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC0 is #35423F. Grayscale: #C1C1C1. Windows color (decimal): -3490368 or 12631498. OLE color: 12631498.

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

Color convert

RGB202189192-
CMYK00.060.050.21
HSL346.15º10.92%76.67%-
HSV(B)346.15º6.44%79.22%-
XYZ52.0752.7657.31-
YUV193.23127.31134.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=34.65%
G=32.42%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218919200.060.050.21346.1510.9276.67
HexCABDC00651515ab4d
Octal3122753000652553213115
Binary11001010101111011100000001101011010110101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDC0; }

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

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

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

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

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

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

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

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