Shades of Harp #CCCDC7
Tints of Harp #CCCDC7
RGB
CMYK
RGB Variations
Color information
#CCCDC7 (or 0xCCCDC7) is known color: Harp. HEX triplet: CC, CD and C7. RGB value is (204,205,199). Sum of RGB (Red+Green+Blue) = 204+205+199=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDC7 is #333238. Grayscale: #CCCCCC. Windows color (decimal): -3355193 or 13094348. OLE color: 13094348.
HSL color Cylindrical-coordinate representation of color #CCCDC7: hue angle of 70º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCDC7 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 199 | - |
| CMYK | 0.00 | 0 | 0.03 | 0.20 |
| HSL | 70º | 0.06% | 0.79% | - |
| HSV(B) | 70º | 0.03% | 0.8% | - |
| XYZ | 57.04 | 60.62 | 62.73 | - |
| YUV | 204.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 199 | 0.00 | 0 | 0.03 | 0.20 | 70 | 0.06 | 0.79 |
| Hex | CC | CD | C7 | 0 | 0 | 3 | 14 | 46 | 6 | 4F |
| Octal | 314 | 315 | 307 | 0 | 0 | 3 | 24 | 106 | 6 | 117 |
| Binary | 11001100 | 11001101 | 11000111 | 0 | 0 | 11 | 10100 | 1000110 | 110 | 1001111 |
Color Harmonies of #CCCDC7
Complementary color
Monochromatic Colors of #CCCDC7
Black with #CCCDC7
Text Example
Text Example
White with #CCCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDC7; }
p { color: rgb(204,205,199); }
H1.HeaderClassName
{
color: #CCCDC7;
}
.AnyTagClassName
{
color: #CCCDC7;
}
</style>
background-color css
<style>
a { background-color: #CCCDC7; }
a { background-color: rgb(204,205,199); }
div.DivClassName
{
background-color: #CCCDC7;
}
.BgClassName
{
background-color: #CCCDC7;
}
</style>
border-color css
<style>
span { border-color: #CCCDC7; }
span { border-color: rgb(204,205,199); }
td.TdClassName
{
border-color: #CCCDC7;
}
.TagClassName
{
border-color: #CCCDC7;
}
</style>