Shades of Harp #CCCFC5
Tints of Harp #CCCFC5
RGB
CMYK
RGB Variations
Color information
#CCCFC5 (or 0xCCCFC5) is known color: Harp. HEX triplet: CC, CF and C5. RGB value is (204,207,197). Sum of RGB (Red+Green+Blue) = 204+207+197=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC5 is #33303A. Grayscale: #CDCDCD. Windows color (decimal): -3354683 or 12963788. OLE color: 12963788.
HSL color Cylindrical-coordinate representation of color #CCCFC5: hue angle of 78º 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 #CCCFC5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 197 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.19 |
| HSL | 78º | 0.09% | 0.79% | - |
| HSV(B) | 78º | 0.05% | 0.81% | - |
| XYZ | 57.29 | 61.49 | 61.67 | - |
| YUV | 204.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 197 | 0.01 | 0 | 0.05 | 0.19 | 78 | 0.09 | 0.79 |
| Hex | CC | CF | C5 | 1 | 0 | 5 | 13 | 4E | 9 | 4F |
| Octal | 314 | 317 | 305 | 1 | 0 | 5 | 23 | 116 | 11 | 117 |
| Binary | 11001100 | 11001111 | 11000101 | 1 | 0 | 101 | 10011 | 1001110 | 1001 | 1001111 |
Color Harmonies of #CCCFC5
Complementary color
Monochromatic Colors of #CCCFC5
Black with #CCCFC5
Text Example
Text Example
White with #CCCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC5; }
p { color: rgb(204,207,197); }
H1.HeaderClassName
{
color: #CCCFC5;
}
.AnyTagClassName
{
color: #CCCFC5;
}
</style>
background-color css
<style>
a { background-color: #CCCFC5; }
a { background-color: rgb(204,207,197); }
div.DivClassName
{
background-color: #CCCFC5;
}
.BgClassName
{
background-color: #CCCFC5;
}
</style>
border-color css
<style>
span { border-color: #CCCFC5; }
span { border-color: rgb(204,207,197); }
td.TdClassName
{
border-color: #CCCFC5;
}
.TagClassName
{
border-color: #CCCFC5;
}
</style>