Shades of Deco #CCCD8C
Tints of Deco #CCCD8C
RGB
CMYK
RGB Variations
Color information
#CCCD8C (or 0xCCCD8C) is known color: Deco. HEX triplet: CC, CD and 8C. RGB value is (204,205,140). Sum of RGB (Red+Green+Blue) = 204+205+140=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD8C is #333273. Grayscale: #C5C5C5. Windows color (decimal): -3355252 or 9227724. OLE color: 9227724.
HSL color Cylindrical-coordinate representation of color #CCCD8C: hue angle of 60.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCCD8C is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 140 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.20 |
| HSL | 60.92º | 0.39% | 0.68% | - |
| HSV(B) | 60.92º | 0.32% | 0.8% | - |
| XYZ | 51.47 | 58.39 | 33.37 | - |
| YUV | 197.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 140 | 0.00 | 0 | 0.32 | 0.20 | 60.92 | 0.39 | 0.68 |
| Hex | CC | CD | 8C | 0 | 0 | 20 | 14 | 3D | 27 | 44 |
| Octal | 314 | 315 | 214 | 0 | 0 | 40 | 24 | 75 | 47 | 104 |
| Binary | 11001100 | 11001101 | 10001100 | 0 | 0 | 100000 | 10100 | 111101 | 100111 | 1000100 |
Color Harmonies of #CCCD8C
Complementary color
Monochromatic Colors of #CCCD8C
Black with #CCCD8C
Text Example
Text Example
White with #CCCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD8C; }
p { color: rgb(204,205,140); }
H1.HeaderClassName
{
color: #CCCD8C;
}
.AnyTagClassName
{
color: #CCCD8C;
}
</style>
background-color css
<style>
a { background-color: #CCCD8C; }
a { background-color: rgb(204,205,140); }
div.DivClassName
{
background-color: #CCCD8C;
}
.BgClassName
{
background-color: #CCCD8C;
}
</style>
border-color css
<style>
span { border-color: #CCCD8C; }
span { border-color: rgb(204,205,140); }
td.TdClassName
{
border-color: #CCCD8C;
}
.TagClassName
{
border-color: #CCCD8C;
}
</style>