Shades of Deco #CCD092
Tints of Deco #CCD092
RGB
CMYK
RGB Variations
Color information
#CCD092 (or 0xCCD092) is known color: Deco. HEX triplet: CC, D0 and 92. RGB value is (204,208,146). Sum of RGB (Red+Green+Blue) = 204+208+146=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD092 is #332F6D. Grayscale: #C7C7C7. Windows color (decimal): -3354478 or 9621708. OLE color: 9621708.
HSL color Cylindrical-coordinate representation of color #CCD092: hue angle of 63.87º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD092 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 146 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.18 |
| HSL | 63.87º | 0.4% | 0.69% | - |
| HSV(B) | 63.87º | 0.3% | 0.82% | - |
| XYZ | 52.65 | 60.02 | 36.01 | - |
| YUV | 199.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 146 | 0.02 | 0 | 0.30 | 0.18 | 63.87 | 0.4 | 0.69 |
| Hex | CC | D0 | 92 | 2 | 0 | 1E | 12 | 40 | 28 | 45 |
| Octal | 314 | 320 | 222 | 2 | 0 | 36 | 22 | 100 | 50 | 105 |
| Binary | 11001100 | 11010000 | 10010010 | 10 | 0 | 11110 | 10010 | 1000000 | 101000 | 1000101 |
Color Harmonies of #CCD092
Complementary color
Monochromatic Colors of #CCD092
Black with #CCD092
Text Example
Text Example
White with #CCD092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD092; }
p { color: rgb(204,208,146); }
H1.HeaderClassName
{
color: #CCD092;
}
.AnyTagClassName
{
color: #CCD092;
}
</style>
background-color css
<style>
a { background-color: #CCD092; }
a { background-color: rgb(204,208,146); }
div.DivClassName
{
background-color: #CCD092;
}
.BgClassName
{
background-color: #CCD092;
}
</style>
border-color css
<style>
span { border-color: #CCD092; }
span { border-color: rgb(204,208,146); }
td.TdClassName
{
border-color: #CCD092;
}
.TagClassName
{
border-color: #CCD092;
}
</style>