Shades of Deco #CCCC8C
Tints of Deco #CCCC8C
RGB
CMYK
RGB Variations
Color information
#CCCC8C (or 0xCCCC8C) is known color: Deco. HEX triplet: CC, CC and 8C. RGB value is (204,204,140). Sum of RGB (Red+Green+Blue) = 204+204+140=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC8C is #333373. Grayscale: #C4C4C4. Windows color (decimal): -3355508 or 9227468. OLE color: 9227468.
HSL color Cylindrical-coordinate representation of color #CCCC8C: hue angle of 60º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCCC8C is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 140 | - |
| CMYK | 0 | 0 | 0.31 | 0.2 |
| HSL | 60º | 0.39% | 0.67% | - |
| HSV(B) | 60º | 0.31% | 0.8% | - |
| XYZ | 51.23 | 57.92 | 33.29 | - |
| YUV | 196.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 140 | 0 | 0 | 0.31 | 0.2 | 60 | 0.39 | 0.67 |
| Hex | CC | CC | 8C | 0 | 0 | 1F | 14 | 3C | 27 | 43 |
| Octal | 314 | 314 | 214 | 0 | 0 | 37 | 24 | 74 | 47 | 103 |
| Binary | 11001100 | 11001100 | 10001100 | 0 | 0 | 11111 | 10100 | 111100 | 100111 | 1000011 |
Color Harmonies of #CCCC8C
Complementary color
Monochromatic Colors of #CCCC8C
Black with #CCCC8C
Text Example
Text Example
White with #CCCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC8C; }
p { color: rgb(204,204,140); }
H1.HeaderClassName
{
color: #CCCC8C;
}
.AnyTagClassName
{
color: #CCCC8C;
}
</style>
background-color css
<style>
a { background-color: #CCCC8C; }
a { background-color: rgb(204,204,140); }
div.DivClassName
{
background-color: #CCCC8C;
}
.BgClassName
{
background-color: #CCCC8C;
}
</style>
border-color css
<style>
span { border-color: #CCCC8C; }
span { border-color: rgb(204,204,140); }
td.TdClassName
{
border-color: #CCCC8C;
}
.TagClassName
{
border-color: #CCCC8C;
}
</style>