Shades of Harp #CCD2C1
Tints of Harp #CCD2C1
RGB
CMYK
RGB Variations
Color information
#CCD2C1 (or 0xCCD2C1) is known color: Harp. HEX triplet: CC, D2 and C1. RGB value is (204,210,193). Sum of RGB (Red+Green+Blue) = 204+210+193=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2C1 is #332D3E. Grayscale: #CECECE. Windows color (decimal): -3353919 or 12702412. OLE color: 12702412.
HSL color Cylindrical-coordinate representation of color #CCD2C1: hue angle of 81.18º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD2C1 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 193 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.18 |
| HSL | 81.18º | 0.16% | 0.79% | - |
| HSV(B) | 81.18º | 0.08% | 0.82% | - |
| XYZ | 57.57 | 62.78 | 59.54 | - |
| YUV | 206.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 193 | 0.03 | 0 | 0.08 | 0.18 | 81.18 | 0.16 | 0.79 |
| Hex | CC | D2 | C1 | 3 | 0 | 8 | 12 | 51 | 10 | 4F |
| Octal | 314 | 322 | 301 | 3 | 0 | 10 | 22 | 121 | 20 | 117 |
| Binary | 11001100 | 11010010 | 11000001 | 11 | 0 | 1000 | 10010 | 1010001 | 10000 | 1001111 |
Color Harmonies of #CCD2C1
Complementary color
Monochromatic Colors of #CCD2C1
Black with #CCD2C1
Text Example
Text Example
White with #CCD2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2C1; }
p { color: rgb(204,210,193); }
H1.HeaderClassName
{
color: #CCD2C1;
}
.AnyTagClassName
{
color: #CCD2C1;
}
</style>
background-color css
<style>
a { background-color: #CCD2C1; }
a { background-color: rgb(204,210,193); }
div.DivClassName
{
background-color: #CCD2C1;
}
.BgClassName
{
background-color: #CCD2C1;
}
</style>
border-color css
<style>
span { border-color: #CCD2C1; }
span { border-color: rgb(204,210,193); }
td.TdClassName
{
border-color: #CCD2C1;
}
.TagClassName
{
border-color: #CCD2C1;
}
</style>