Shades of Melanie #CABEC2
Tints of Melanie #CABEC2
RGB
CMYK
RGB Variations
Color information
#CABEC2 (or 0xCABEC2) is known color: Melanie. HEX triplet: CA, BE and C2. RGB value is (202,190,194). Sum of RGB (Red+Green+Blue) = 202+190+194=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC2 is #35413D. Grayscale: #C2C2C2. Windows color (decimal): -3490110 or 12762826. OLE color: 12762826.
HSL color Cylindrical-coordinate representation of color #CABEC2: hue angle of 340º degrees, saturation: 0.1, 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 #CABEC2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 194 | - |
CMYK | 0 | 0.06 | 0.04 | 0.21 |
HSL | 340º | 0.1% | 0.77% | - |
HSV(B) | 340º | 0.06% | 0.79% | - |
XYZ | 52.51 | 53.28 | 58.56 | - |
YUV | 194.04 | 127.98 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 194 | 0 | 0.06 | 0.04 | 0.21 | 340 | 0.1 | 0.77 |
Hex | CA | BE | C2 | 0 | 6 | 4 | 15 | 154 | A | 4D |
Octal | 312 | 276 | 302 | 0 | 6 | 4 | 25 | 524 | 12 | 115 |
Binary | 11001010 | 10111110 | 11000010 | 0 | 110 | 100 | 10101 | 101010100 | 1010 | 1001101 |
Color Harmonies of #CABEC2
Complementary color
Monochromatic Colors of #CABEC2
Black with #CABEC2
Text Example
Text Example
White with #CABEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEC2; }
p { color: rgb(202,190,194); }
H1.HeaderClassName
{
color: #CABEC2;
}
.AnyTagClassName
{
color: #CABEC2;
}
</style>
background-color css
<style>
a { background-color: #CABEC2; }
a { background-color: rgb(202,190,194); }
div.DivClassName
{
background-color: #CABEC2;
}
.BgClassName
{
background-color: #CABEC2;
}
</style>
border-color css
<style>
span { border-color: #CABEC2; }
span { border-color: rgb(202,190,194); }
td.TdClassName
{
border-color: #CABEC2;
}
.TagClassName
{
border-color: #CABEC2;
}
</style>