Shades of Harp #CCCEC4
Tints of Harp #CCCEC4
RGB
CMYK
RGB Variations
Color information
#CCCEC4 (or 0xCCCEC4) is known color: Harp. HEX triplet: CC, CE and C4. RGB value is (204,206,196). Sum of RGB (Red+Green+Blue) = 204+206+196=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEC4 is #33313B. Grayscale: #CCCCCC. Windows color (decimal): -3354940 or 12897996. OLE color: 12897996.
HSL color Cylindrical-coordinate representation of color #CCCEC4: hue angle of 72º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCEC4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 206 | 196 | - |
CMYK | 0.01 | 0 | 0.05 | 0.19 |
HSL | 72º | 0.09% | 0.79% | - |
HSV(B) | 72º | 0.05% | 0.81% | - |
XYZ | 56.94 | 60.97 | 60.99 | - |
YUV | 204.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 196 | 0.01 | 0 | 0.05 | 0.19 | 72 | 0.09 | 0.79 |
Hex | CC | CE | C4 | 1 | 0 | 5 | 13 | 48 | 9 | 4F |
Octal | 314 | 316 | 304 | 1 | 0 | 5 | 23 | 110 | 11 | 117 |
Binary | 11001100 | 11001110 | 11000100 | 1 | 0 | 101 | 10011 | 1001000 | 1001 | 1001111 |
Color Harmonies of #CCCEC4
Complementary color
Monochromatic Colors of #CCCEC4
Black with #CCCEC4
Text Example
Text Example
White with #CCCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEC4; }
p { color: rgb(204,206,196); }
H1.HeaderClassName
{
color: #CCCEC4;
}
.AnyTagClassName
{
color: #CCCEC4;
}
</style>
background-color css
<style>
a { background-color: #CCCEC4; }
a { background-color: rgb(204,206,196); }
div.DivClassName
{
background-color: #CCCEC4;
}
.BgClassName
{
background-color: #CCCEC4;
}
</style>
border-color css
<style>
span { border-color: #CCCEC4; }
span { border-color: rgb(204,206,196); }
td.TdClassName
{
border-color: #CCCEC4;
}
.TagClassName
{
border-color: #CCCEC4;
}
</style>