Shades of Harp #CCDCB0
Tints of Harp #CCDCB0
RGB
CMYK
RGB Variations
Color information
#CCDCB0 (or 0xCCDCB0) is known color: Harp. HEX triplet: CC, DC and B0. RGB value is (204,220,176). Sum of RGB (Red+Green+Blue) = 204+220+176=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCB0 is #33234F. Grayscale: #D2D2D2. Windows color (decimal): -3351376 or 11590860. OLE color: 11590860.
HSL color Cylindrical-coordinate representation of color #CCDCB0: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDCB0 is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 176 | - |
| CMYK | 0.07 | 0 | 0.2 | 0.14 |
| HSL | 81.82º | 0.39% | 0.78% | - |
| HSV(B) | 81.82º | 0.2% | 0.86% | - |
| XYZ | 58.33 | 67.16 | 50.96 | - |
| YUV | 210.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 176 | 0.07 | 0 | 0.2 | 0.14 | 81.82 | 0.39 | 0.78 |
| Hex | CC | DC | B0 | 7 | 0 | 14 | E | 52 | 27 | 4E |
| Octal | 314 | 334 | 260 | 7 | 0 | 24 | 16 | 122 | 47 | 116 |
| Binary | 11001100 | 11011100 | 10110000 | 111 | 0 | 10100 | 1110 | 1010010 | 100111 | 1001110 |
Color Harmonies of #CCDCB0
Complementary color
Monochromatic Colors of #CCDCB0
Black with #CCDCB0
Text Example
Text Example
White with #CCDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCB0; }
p { color: rgb(204,220,176); }
H1.HeaderClassName
{
color: #CCDCB0;
}
.AnyTagClassName
{
color: #CCDCB0;
}
</style>
background-color css
<style>
a { background-color: #CCDCB0; }
a { background-color: rgb(204,220,176); }
div.DivClassName
{
background-color: #CCDCB0;
}
.BgClassName
{
background-color: #CCDCB0;
}
</style>
border-color css
<style>
span { border-color: #CCDCB0; }
span { border-color: rgb(204,220,176); }
td.TdClassName
{
border-color: #CCDCB0;
}
.TagClassName
{
border-color: #CCDCB0;
}
</style>