Shades of Harp #CCD7B4
Tints of Harp #CCD7B4
RGB
CMYK
RGB Variations
Color information
#CCD7B4 (or 0xCCD7B4) is known color: Harp. HEX triplet: CC, D7 and B4. RGB value is (204,215,180). Sum of RGB (Red+Green+Blue) = 204+215+180=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7B4 is #33284B. Grayscale: #CFCFCF. Windows color (decimal): -3352652 or 11851724. OLE color: 11851724.
HSL color Cylindrical-coordinate representation of color #CCD7B4: hue angle of 78.86º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD7B4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 180 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.16 |
| HSL | 78.86º | 0.3% | 0.77% | - |
| HSV(B) | 78.86º | 0.16% | 0.84% | - |
| XYZ | 57.44 | 64.73 | 52.65 | - |
| YUV | 207.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 180 | 0.05 | 0 | 0.16 | 0.16 | 78.86 | 0.3 | 0.77 |
| Hex | CC | D7 | B4 | 5 | 0 | 10 | 10 | 4F | 1E | 4D |
| Octal | 314 | 327 | 264 | 5 | 0 | 20 | 20 | 117 | 36 | 115 |
| Binary | 11001100 | 11010111 | 10110100 | 101 | 0 | 10000 | 10000 | 1001111 | 11110 | 1001101 |
Color Harmonies of #CCD7B4
Complementary color
Monochromatic Colors of #CCD7B4
Black with #CCD7B4
Text Example
Text Example
White with #CCD7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7B4; }
p { color: rgb(204,215,180); }
H1.HeaderClassName
{
color: #CCD7B4;
}
.AnyTagClassName
{
color: #CCD7B4;
}
</style>
background-color css
<style>
a { background-color: #CCD7B4; }
a { background-color: rgb(204,215,180); }
div.DivClassName
{
background-color: #CCD7B4;
}
.BgClassName
{
background-color: #CCD7B4;
}
</style>
border-color css
<style>
span { border-color: #CCD7B4; }
span { border-color: rgb(204,215,180); }
td.TdClassName
{
border-color: #CCD7B4;
}
.TagClassName
{
border-color: #CCD7B4;
}
</style>