Shades of Deco #CCCC85
Tints of Deco #CCCC85
RGB
CMYK
RGB Variations
Color information
#CCCC85 (or 0xCCCC85) is known color: Deco. HEX triplet: CC, CC and 85. RGB value is (204,204,133). Sum of RGB (Red+Green+Blue) = 204+204+133=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC85 is #33337A. Grayscale: #C4C4C4. Windows color (decimal): -3355515 or 8768716. OLE color: 8768716.
HSL color Cylindrical-coordinate representation of color #CCCC85: hue angle of 60º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCCC85 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 133 | - |
| CMYK | 0 | 0 | 0.35 | 0.2 |
| HSL | 60º | 0.41% | 0.66% | - |
| HSV(B) | 60º | 0.35% | 0.8% | - |
| XYZ | 50.73 | 57.72 | 30.66 | - |
| YUV | 195.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 133 | 0 | 0 | 0.35 | 0.2 | 60 | 0.41 | 0.66 |
| Hex | CC | CC | 85 | 0 | 0 | 23 | 14 | 3C | 29 | 42 |
| Octal | 314 | 314 | 205 | 0 | 0 | 43 | 24 | 74 | 51 | 102 |
| Binary | 11001100 | 11001100 | 10000101 | 0 | 0 | 100011 | 10100 | 111100 | 101001 | 1000010 |
Color Harmonies of #CCCC85
Complementary color
Monochromatic Colors of #CCCC85
Black with #CCCC85
Text Example
Text Example
White with #CCCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC85; }
p { color: rgb(204,204,133); }
H1.HeaderClassName
{
color: #CCCC85;
}
.AnyTagClassName
{
color: #CCCC85;
}
</style>
background-color css
<style>
a { background-color: #CCCC85; }
a { background-color: rgb(204,204,133); }
div.DivClassName
{
background-color: #CCCC85;
}
.BgClassName
{
background-color: #CCCC85;
}
</style>
border-color css
<style>
span { border-color: #CCCC85; }
span { border-color: rgb(204,204,133); }
td.TdClassName
{
border-color: #CCCC85;
}
.TagClassName
{
border-color: #CCCC85;
}
</style>