Shades of Harp #CCCEC5
Tints of Harp #CCCEC5
RGB
CMYK
RGB Variations
Color information
#CCCEC5 (or 0xCCCEC5) is known color: Harp. HEX triplet: CC, CE and C5. RGB value is (204,206,197). Sum of RGB (Red+Green+Blue) = 204+206+197=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEC5 is #33313A. Grayscale: #CCCCCC. Windows color (decimal): -3354939 or 12963532. OLE color: 12963532.
HSL color Cylindrical-coordinate representation of color #CCCEC5: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCEC5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 206 | 197 | - |
CMYK | 0.01 | 0 | 0.04 | 0.19 |
HSL | 73.33º | 0.08% | 0.79% | - |
HSV(B) | 73.33º | 0.04% | 0.81% | - |
XYZ | 57.05 | 61.01 | 61.59 | - |
YUV | 204.38 | 123.84 | 127.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 197 | 0.01 | 0 | 0.04 | 0.19 | 73.33 | 0.08 | 0.79 |
Hex | CC | CE | C5 | 1 | 0 | 4 | 13 | 49 | 8 | 4F |
Octal | 314 | 316 | 305 | 1 | 0 | 4 | 23 | 111 | 10 | 117 |
Binary | 11001100 | 11001110 | 11000101 | 1 | 0 | 100 | 10011 | 1001001 | 1000 | 1001111 |
Color Harmonies of #CCCEC5
Complementary color
Monochromatic Colors of #CCCEC5
Black with #CCCEC5
Text Example
Text Example
White with #CCCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEC5; }
p { color: rgb(204,206,197); }
H1.HeaderClassName
{
color: #CCCEC5;
}
.AnyTagClassName
{
color: #CCCEC5;
}
</style>
background-color css
<style>
a { background-color: #CCCEC5; }
a { background-color: rgb(204,206,197); }
div.DivClassName
{
background-color: #CCCEC5;
}
.BgClassName
{
background-color: #CCCEC5;
}
</style>
border-color css
<style>
span { border-color: #CCCEC5; }
span { border-color: rgb(204,206,197); }
td.TdClassName
{
border-color: #CCCEC5;
}
.TagClassName
{
border-color: #CCCEC5;
}
</style>