Shades of Harp #CCCEC0
Tints of Harp #CCCEC0
RGB
CMYK
RGB Variations
Color information
#CCCEC0 (or 0xCCCEC0) is known color: Harp. HEX triplet: CC, CE and C0. RGB value is (204,206,192). Sum of RGB (Red+Green+Blue) = 204+206+192=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEC0 is #33313F. Grayscale: #CBCBCB. Windows color (decimal): -3354944 or 12635852. OLE color: 12635852.
HSL color Cylindrical-coordinate representation of color #CCCEC0: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 206 | 192 | - |
CMYK | 0.01 | 0 | 0.07 | 0.19 |
HSL | 68.57º | 0.13% | 0.78% | - |
HSV(B) | 68.57º | 0.07% | 0.81% | - |
XYZ | 56.49 | 60.79 | 58.62 | - |
YUV | 203.81 | 121.34 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 192 | 0.01 | 0 | 0.07 | 0.19 | 68.57 | 0.13 | 0.78 |
Hex | CC | CE | C0 | 1 | 0 | 7 | 13 | 45 | C | 4E |
Octal | 314 | 316 | 300 | 1 | 0 | 7 | 23 | 105 | 14 | 116 |
Binary | 11001100 | 11001110 | 11000000 | 1 | 0 | 111 | 10011 | 1000101 | 1100 | 1001110 |
Color Harmonies of #CCCEC0
Complementary color
Monochromatic Colors of #CCCEC0
Black with #CCCEC0
Text Example
Text Example
White with #CCCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEC0; }
p { color: rgb(204,206,192); }
H1.HeaderClassName
{
color: #CCCEC0;
}
.AnyTagClassName
{
color: #CCCEC0;
}
</style>
background-color css
<style>
a { background-color: #CCCEC0; }
a { background-color: rgb(204,206,192); }
div.DivClassName
{
background-color: #CCCEC0;
}
.BgClassName
{
background-color: #CCCEC0;
}
</style>
border-color css
<style>
span { border-color: #CCCEC0; }
span { border-color: rgb(204,206,192); }
td.TdClassName
{
border-color: #CCCEC0;
}
.TagClassName
{
border-color: #CCCEC0;
}
</style>