Shades of Harp #CCD6B6
Tints of Harp #CCD6B6
RGB
CMYK
RGB Variations
Color information
#CCD6B6 (or 0xCCD6B6) is known color: Harp. HEX triplet: CC, D6 and B6. RGB value is (204,214,182). Sum of RGB (Red+Green+Blue) = 204+214+182=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6B6 is #332949. Grayscale: #CFCFCF. Windows color (decimal): -3352906 or 11982540. OLE color: 11982540.
HSL color Cylindrical-coordinate representation of color #CCD6B6: hue angle of 78.75º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD6B6 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 182 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.16 |
| HSL | 78.75º | 0.28% | 0.78% | - |
| HSV(B) | 78.75º | 0.15% | 0.84% | - |
| XYZ | 57.39 | 64.31 | 53.64 | - |
| YUV | 207.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 182 | 0.05 | 0 | 0.15 | 0.16 | 78.75 | 0.28 | 0.78 |
| Hex | CC | D6 | B6 | 5 | 0 | F | 10 | 4F | 1C | 4E |
| Octal | 314 | 326 | 266 | 5 | 0 | 17 | 20 | 117 | 34 | 116 |
| Binary | 11001100 | 11010110 | 10110110 | 101 | 0 | 1111 | 10000 | 1001111 | 11100 | 1001110 |
Color Harmonies of #CCD6B6
Complementary color
Monochromatic Colors of #CCD6B6
Black with #CCD6B6
Text Example
Text Example
White with #CCD6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6B6; }
p { color: rgb(204,214,182); }
H1.HeaderClassName
{
color: #CCD6B6;
}
.AnyTagClassName
{
color: #CCD6B6;
}
</style>
background-color css
<style>
a { background-color: #CCD6B6; }
a { background-color: rgb(204,214,182); }
div.DivClassName
{
background-color: #CCD6B6;
}
.BgClassName
{
background-color: #CCD6B6;
}
</style>
border-color css
<style>
span { border-color: #CCD6B6; }
span { border-color: rgb(204,214,182); }
td.TdClassName
{
border-color: #CCD6B6;
}
.TagClassName
{
border-color: #CCD6B6;
}
</style>