Shades of Harp #CCCEC3
Tints of Harp #CCCEC3
RGB
CMYK
RGB Variations
Color information
#CCCEC3 (or 0xCCCEC3) is known color: Harp. HEX triplet: CC, CE and C3. RGB value is (204,206,195). Sum of RGB (Red+Green+Blue) = 204+206+195=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEC3 is #33313C. Grayscale: #CCCCCC. Windows color (decimal): -3354941 or 12832460. OLE color: 12832460.
HSL color Cylindrical-coordinate representation of color #CCCEC3: hue angle of 70.91º degrees, saturation: 0.1, 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 #CCCEC3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 206 | 195 | - |
CMYK | 0.01 | 0 | 0.05 | 0.19 |
HSL | 70.91º | 0.1% | 0.79% | - |
HSV(B) | 70.91º | 0.05% | 0.81% | - |
XYZ | 56.82 | 60.92 | 60.39 | - |
YUV | 204.15 | 122.84 | 127.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 195 | 0.01 | 0 | 0.05 | 0.19 | 70.91 | 0.1 | 0.79 |
Hex | CC | CE | C3 | 1 | 0 | 5 | 13 | 47 | A | 4F |
Octal | 314 | 316 | 303 | 1 | 0 | 5 | 23 | 107 | 12 | 117 |
Binary | 11001100 | 11001110 | 11000011 | 1 | 0 | 101 | 10011 | 1000111 | 1010 | 1001111 |
Color Harmonies of #CCCEC3
Complementary color
Monochromatic Colors of #CCCEC3
Black with #CCCEC3
Text Example
Text Example
White with #CCCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEC3; }
p { color: rgb(204,206,195); }
H1.HeaderClassName
{
color: #CCCEC3;
}
.AnyTagClassName
{
color: #CCCEC3;
}
</style>
background-color css
<style>
a { background-color: #CCCEC3; }
a { background-color: rgb(204,206,195); }
div.DivClassName
{
background-color: #CCCEC3;
}
.BgClassName
{
background-color: #CCCEC3;
}
</style>
border-color css
<style>
span { border-color: #CCCEC3; }
span { border-color: rgb(204,206,195); }
td.TdClassName
{
border-color: #CCCEC3;
}
.TagClassName
{
border-color: #CCCEC3;
}
</style>