Shades of Melanie #CCACB6
Tints of Melanie #CCACB6
RGB
CMYK
RGB Variations
Color information
#CCACB6 (or 0xCCACB6) is known color: Melanie. HEX triplet: CC, AC and B6. RGB value is (204,172,182). Sum of RGB (Red+Green+Blue) = 204+172+182=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB6 is #335349. Grayscale: #B6B6B6. Windows color (decimal): -3363658 or 11971788. OLE color: 11971788.
HSL color Cylindrical-coordinate representation of color #CCACB6: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACB6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 172 | 182 | - |
CMYK | 0 | 0.16 | 0.11 | 0.2 |
HSL | 341.25º | 0.24% | 0.74% | - |
HSV(B) | 341.25º | 0.16% | 0.8% | - |
XYZ | 48.1 | 45.72 | 50.55 | - |
YUV | 182.71 | 127.6 | 143.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 172 | 182 | 0 | 0.16 | 0.11 | 0.2 | 341.25 | 0.24 | 0.74 |
Hex | CC | AC | B6 | 0 | 10 | B | 14 | 155 | 18 | 4A |
Octal | 314 | 254 | 266 | 0 | 20 | 13 | 24 | 525 | 30 | 112 |
Binary | 11001100 | 10101100 | 10110110 | 0 | 10000 | 1011 | 10100 | 101010101 | 11000 | 1001010 |
Color Harmonies of #CCACB6
Complementary color
Monochromatic Colors of #CCACB6
Black with #CCACB6
Text Example
Text Example
White with #CCACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACB6; }
p { color: rgb(204,172,182); }
H1.HeaderClassName
{
color: #CCACB6;
}
.AnyTagClassName
{
color: #CCACB6;
}
</style>
background-color css
<style>
a { background-color: #CCACB6; }
a { background-color: rgb(204,172,182); }
div.DivClassName
{
background-color: #CCACB6;
}
.BgClassName
{
background-color: #CCACB6;
}
</style>
border-color css
<style>
span { border-color: #CCACB6; }
span { border-color: rgb(204,172,182); }
td.TdClassName
{
border-color: #CCACB6;
}
.TagClassName
{
border-color: #CCACB6;
}
</style>