Shades of Harp #CCD2BC
Tints of Harp #CCD2BC
RGB
CMYK
RGB Variations
Color information
#CCD2BC (or 0xCCD2BC) is known color: Harp. HEX triplet: CC, D2 and BC. RGB value is (204,210,188). Sum of RGB (Red+Green+Blue) = 204+210+188=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2BC is #332D43. Grayscale: #CDCDCD. Windows color (decimal): -3353924 or 12374732. OLE color: 12374732.
HSL color Cylindrical-coordinate representation of color #CCD2BC: hue angle of 76.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD2BC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 188 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.18 |
| HSL | 76.36º | 0.2% | 0.78% | - |
| HSV(B) | 76.36º | 0.1% | 0.82% | - |
| XYZ | 57.03 | 62.56 | 56.65 | - |
| YUV | 205.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 188 | 0.03 | 0 | 0.10 | 0.18 | 76.36 | 0.2 | 0.78 |
| Hex | CC | D2 | BC | 3 | 0 | A | 12 | 4C | 14 | 4E |
| Octal | 314 | 322 | 274 | 3 | 0 | 12 | 22 | 114 | 24 | 116 |
| Binary | 11001100 | 11010010 | 10111100 | 11 | 0 | 1010 | 10010 | 1001100 | 10100 | 1001110 |
Color Harmonies of #CCD2BC
Complementary color
Monochromatic Colors of #CCD2BC
Black with #CCD2BC
Text Example
Text Example
White with #CCD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2BC; }
p { color: rgb(204,210,188); }
H1.HeaderClassName
{
color: #CCD2BC;
}
.AnyTagClassName
{
color: #CCD2BC;
}
</style>
background-color css
<style>
a { background-color: #CCD2BC; }
a { background-color: rgb(204,210,188); }
div.DivClassName
{
background-color: #CCD2BC;
}
.BgClassName
{
background-color: #CCD2BC;
}
</style>
border-color css
<style>
span { border-color: #CCD2BC; }
span { border-color: rgb(204,210,188); }
td.TdClassName
{
border-color: #CCD2BC;
}
.TagClassName
{
border-color: #CCD2BC;
}
</style>