Shades of Deco #CCD295
Tints of Deco #CCD295
RGB
CMYK
RGB Variations
Color information
#CCD295 (or 0xCCD295) is known color: Deco. HEX triplet: CC, D2 and 95. RGB value is (204,210,149). Sum of RGB (Red+Green+Blue) = 204+210+149=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD295 is #332D6A. Grayscale: #C9C9C9. Windows color (decimal): -3353963 or 9818828. OLE color: 9818828.
HSL color Cylindrical-coordinate representation of color #CCD295: hue angle of 65.9º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD295 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 149 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.18 |
| HSL | 65.9º | 0.4% | 0.7% | - |
| HSV(B) | 65.9º | 0.29% | 0.82% | - |
| XYZ | 53.37 | 61.1 | 37.41 | - |
| YUV | 201.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 149 | 0.03 | 0 | 0.29 | 0.18 | 65.9 | 0.4 | 0.7 |
| Hex | CC | D2 | 95 | 3 | 0 | 1D | 12 | 42 | 28 | 46 |
| Octal | 314 | 322 | 225 | 3 | 0 | 35 | 22 | 102 | 50 | 106 |
| Binary | 11001100 | 11010010 | 10010101 | 11 | 0 | 11101 | 10010 | 1000010 | 101000 | 1000110 |
Color Harmonies of #CCD295
Complementary color
Monochromatic Colors of #CCD295
Black with #CCD295
Text Example
Text Example
White with #CCD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD295; }
p { color: rgb(204,210,149); }
H1.HeaderClassName
{
color: #CCD295;
}
.AnyTagClassName
{
color: #CCD295;
}
</style>
background-color css
<style>
a { background-color: #CCD295; }
a { background-color: rgb(204,210,149); }
div.DivClassName
{
background-color: #CCD295;
}
.BgClassName
{
background-color: #CCD295;
}
</style>
border-color css
<style>
span { border-color: #CCD295; }
span { border-color: rgb(204,210,149); }
td.TdClassName
{
border-color: #CCD295;
}
.TagClassName
{
border-color: #CCD295;
}
</style>