Shades of Harp #CCD2B5
Tints of Harp #CCD2B5
RGB
CMYK
RGB Variations
Color information
#CCD2B5 (or 0xCCD2B5) is known color: Harp. HEX triplet: CC, D2 and B5. RGB value is (204,210,181). Sum of RGB (Red+Green+Blue) = 204+210+181=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2B5 is #332D4A. Grayscale: #CDCDCD. Windows color (decimal): -3353931 or 11915980. OLE color: 11915980.
HSL color Cylindrical-coordinate representation of color #CCD2B5: hue angle of 72.41º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD2B5 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 181 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.18 |
| HSL | 72.41º | 0.24% | 0.77% | - |
| HSV(B) | 72.41º | 0.14% | 0.82% | - |
| XYZ | 56.29 | 62.27 | 52.77 | - |
| YUV | 204.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 181 | 0.03 | 0 | 0.14 | 0.18 | 72.41 | 0.24 | 0.77 |
| Hex | CC | D2 | B5 | 3 | 0 | E | 12 | 48 | 18 | 4D |
| Octal | 314 | 322 | 265 | 3 | 0 | 16 | 22 | 110 | 30 | 115 |
| Binary | 11001100 | 11010010 | 10110101 | 11 | 0 | 1110 | 10010 | 1001000 | 11000 | 1001101 |
Color Harmonies of #CCD2B5
Complementary color
Monochromatic Colors of #CCD2B5
Black with #CCD2B5
Text Example
Text Example
White with #CCD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2B5; }
p { color: rgb(204,210,181); }
H1.HeaderClassName
{
color: #CCD2B5;
}
.AnyTagClassName
{
color: #CCD2B5;
}
</style>
background-color css
<style>
a { background-color: #CCD2B5; }
a { background-color: rgb(204,210,181); }
div.DivClassName
{
background-color: #CCD2B5;
}
.BgClassName
{
background-color: #CCD2B5;
}
</style>
border-color css
<style>
span { border-color: #CCD2B5; }
span { border-color: rgb(204,210,181); }
td.TdClassName
{
border-color: #CCD2B5;
}
.TagClassName
{
border-color: #CCD2B5;
}
</style>