Shades of Deco #CCD896
Tints of Deco #CCD896
RGB
CMYK
RGB Variations
Color information
#CCD896 (or 0xCCD896) is known color: Deco. HEX triplet: CC, D8 and 96. RGB value is (204,216,150). Sum of RGB (Red+Green+Blue) = 204+216+150=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD896 is #332769. Grayscale: #CDCDCD. Windows color (decimal): -3352426 or 9885900. OLE color: 9885900.
HSL color Cylindrical-coordinate representation of color #CCD896: hue angle of 70.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD896 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 150 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.15 |
| HSL | 70.91º | 0.46% | 0.72% | - |
| HSV(B) | 70.91º | 0.31% | 0.85% | - |
| XYZ | 54.96 | 64.15 | 38.34 | - |
| YUV | 204.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 150 | 0.06 | 0 | 0.31 | 0.15 | 70.91 | 0.46 | 0.72 |
| Hex | CC | D8 | 96 | 6 | 0 | 1F | F | 47 | 2E | 48 |
| Octal | 314 | 330 | 226 | 6 | 0 | 37 | 17 | 107 | 56 | 110 |
| Binary | 11001100 | 11011000 | 10010110 | 110 | 0 | 11111 | 1111 | 1000111 | 101110 | 1001000 |
Color Harmonies of #CCD896
Complementary color
Monochromatic Colors of #CCD896
Black with #CCD896
Text Example
Text Example
White with #CCD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD896; }
p { color: rgb(204,216,150); }
H1.HeaderClassName
{
color: #CCD896;
}
.AnyTagClassName
{
color: #CCD896;
}
</style>
background-color css
<style>
a { background-color: #CCD896; }
a { background-color: rgb(204,216,150); }
div.DivClassName
{
background-color: #CCD896;
}
.BgClassName
{
background-color: #CCD896;
}
</style>
border-color css
<style>
span { border-color: #CCD896; }
span { border-color: rgb(204,216,150); }
td.TdClassName
{
border-color: #CCD896;
}
.TagClassName
{
border-color: #CCD896;
}
</style>