Shades of Melanie #CABDC1
Tints of Melanie #CABDC1
RGB
CMYK
RGB Variations
Color information
#CABDC1 (or 0xCABDC1) is known color: Melanie. HEX triplet: CA, BD and C1. RGB value is (202,189,193). Sum of RGB (Red+Green+Blue) = 202+189+193=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC1 is #35423E. Grayscale: #C1C1C1. Windows color (decimal): -3490367 or 12697034. OLE color: 12697034.
HSL color Cylindrical-coordinate representation of color #CABDC1: hue angle of 341.54º 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 #CABDC1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 193 | - |
CMYK | 0 | 0.06 | 0.04 | 0.21 |
HSL | 341.54º | 0.11% | 0.77% | - |
HSV(B) | 341.54º | 0.06% | 0.79% | - |
XYZ | 52.18 | 52.8 | 57.89 | - |
YUV | 193.34 | 127.81 | 134.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 193 | 0 | 0.06 | 0.04 | 0.21 | 341.54 | 0.11 | 0.77 |
Hex | CA | BD | C1 | 0 | 6 | 4 | 15 | 156 | B | 4D |
Octal | 312 | 275 | 301 | 0 | 6 | 4 | 25 | 526 | 13 | 115 |
Binary | 11001010 | 10111101 | 11000001 | 0 | 110 | 100 | 10101 | 101010110 | 1011 | 1001101 |
Color Harmonies of #CABDC1
Complementary color
Monochromatic Colors of #CABDC1
Black with #CABDC1
Text Example
Text Example
White with #CABDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDC1; }
p { color: rgb(202,189,193); }
H1.HeaderClassName
{
color: #CABDC1;
}
.AnyTagClassName
{
color: #CABDC1;
}
</style>
background-color css
<style>
a { background-color: #CABDC1; }
a { background-color: rgb(202,189,193); }
div.DivClassName
{
background-color: #CABDC1;
}
.BgClassName
{
background-color: #CABDC1;
}
</style>
border-color css
<style>
span { border-color: #CABDC1; }
span { border-color: rgb(202,189,193); }
td.TdClassName
{
border-color: #CABDC1;
}
.TagClassName
{
border-color: #CABDC1;
}
</style>