Shades of Deco #CCD193
Tints of Deco #CCD193
RGB
CMYK
RGB Variations
Color information
#CCD193 (or 0xCCD193) is known color: Deco. HEX triplet: CC, D1 and 93. RGB value is (204,209,147). Sum of RGB (Red+Green+Blue) = 204+209+147=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD193 is #332E6C. Grayscale: #C8C8C8. Windows color (decimal): -3354221 or 9687500. OLE color: 9687500.
HSL color Cylindrical-coordinate representation of color #CCD193: hue angle of 64.84º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD193 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 147 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.18 |
| HSL | 64.84º | 0.4% | 0.7% | - |
| HSV(B) | 64.84º | 0.3% | 0.82% | - |
| XYZ | 52.97 | 60.54 | 36.5 | - |
| YUV | 200.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 147 | 0.02 | 0 | 0.30 | 0.18 | 64.84 | 0.4 | 0.7 |
| Hex | CC | D1 | 93 | 2 | 0 | 1E | 12 | 41 | 28 | 46 |
| Octal | 314 | 321 | 223 | 2 | 0 | 36 | 22 | 101 | 50 | 106 |
| Binary | 11001100 | 11010001 | 10010011 | 10 | 0 | 11110 | 10010 | 1000001 | 101000 | 1000110 |
Color Harmonies of #CCD193
Complementary color
Monochromatic Colors of #CCD193
Black with #CCD193
Text Example
Text Example
White with #CCD193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD193; }
p { color: rgb(204,209,147); }
H1.HeaderClassName
{
color: #CCD193;
}
.AnyTagClassName
{
color: #CCD193;
}
</style>
background-color css
<style>
a { background-color: #CCD193; }
a { background-color: rgb(204,209,147); }
div.DivClassName
{
background-color: #CCD193;
}
.BgClassName
{
background-color: #CCD193;
}
</style>
border-color css
<style>
span { border-color: #CCD193; }
span { border-color: rgb(204,209,147); }
td.TdClassName
{
border-color: #CCD193;
}
.TagClassName
{
border-color: #CCD193;
}
</style>