Shades of Deco #CCD093
Tints of Deco #CCD093
RGB
CMYK
RGB Variations
Color information
#CCD093 (or 0xCCD093) is known color: Deco. HEX triplet: CC, D0 and 93. RGB value is (204,208,147). Sum of RGB (Red+Green+Blue) = 204+208+147=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD093 is #332F6C. Grayscale: #C8C8C8. Windows color (decimal): -3354477 or 9687244. OLE color: 9687244.
HSL color Cylindrical-coordinate representation of color #CCD093: hue angle of 63.93º degrees, saturation: 0.39, 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 #CCD093 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 147 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.18 |
| HSL | 63.93º | 0.39% | 0.7% | - |
| HSV(B) | 63.93º | 0.29% | 0.82% | - |
| XYZ | 52.72 | 60.06 | 36.42 | - |
| YUV | 199.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 147 | 0.02 | 0 | 0.29 | 0.18 | 63.93 | 0.39 | 0.7 |
| Hex | CC | D0 | 93 | 2 | 0 | 1D | 12 | 40 | 27 | 46 |
| Octal | 314 | 320 | 223 | 2 | 0 | 35 | 22 | 100 | 47 | 106 |
| Binary | 11001100 | 11010000 | 10010011 | 10 | 0 | 11101 | 10010 | 1000000 | 100111 | 1000110 |
Color Harmonies of #CCD093
Complementary color
Monochromatic Colors of #CCD093
Black with #CCD093
Text Example
Text Example
White with #CCD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD093; }
p { color: rgb(204,208,147); }
H1.HeaderClassName
{
color: #CCD093;
}
.AnyTagClassName
{
color: #CCD093;
}
</style>
background-color css
<style>
a { background-color: #CCD093; }
a { background-color: rgb(204,208,147); }
div.DivClassName
{
background-color: #CCD093;
}
.BgClassName
{
background-color: #CCD093;
}
</style>
border-color css
<style>
span { border-color: #CCD093; }
span { border-color: rgb(204,208,147); }
td.TdClassName
{
border-color: #CCD093;
}
.TagClassName
{
border-color: #CCD093;
}
</style>