Shades of Deco #CCC985
Tints of Deco #CCC985
RGB
CMYK
RGB Variations
Color information
#CCC985 (or 0xCCC985) is known color: Deco. HEX triplet: CC, C9 and 85. RGB value is (204,201,133). Sum of RGB (Red+Green+Blue) = 204+201+133=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC985 is #33367A. Grayscale: #C2C2C2. Windows color (decimal): -3356283 or 8767948. OLE color: 8767948.
HSL color Cylindrical-coordinate representation of color #CCC985: hue angle of 57.46º 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 #CCC985 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 133 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.2 |
| HSL | 57.46º | 0.41% | 0.66% | - |
| HSV(B) | 57.46º | 0.35% | 0.8% | - |
| XYZ | 50.02 | 56.3 | 30.42 | - |
| YUV | 194.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 133 | 0 | 0.01 | 0.35 | 0.2 | 57.46 | 0.41 | 0.66 |
| Hex | CC | C9 | 85 | 0 | 1 | 23 | 14 | 39 | 29 | 42 |
| Octal | 314 | 311 | 205 | 0 | 1 | 43 | 24 | 71 | 51 | 102 |
| Binary | 11001100 | 11001001 | 10000101 | 0 | 1 | 100011 | 10100 | 111001 | 101001 | 1000010 |
Color Harmonies of #CCC985
Complementary color
Monochromatic Colors of #CCC985
Black with #CCC985
Text Example
Text Example
White with #CCC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC985; }
p { color: rgb(204,201,133); }
H1.HeaderClassName
{
color: #CCC985;
}
.AnyTagClassName
{
color: #CCC985;
}
</style>
background-color css
<style>
a { background-color: #CCC985; }
a { background-color: rgb(204,201,133); }
div.DivClassName
{
background-color: #CCC985;
}
.BgClassName
{
background-color: #CCC985;
}
</style>
border-color css
<style>
span { border-color: #CCC985; }
span { border-color: rgb(204,201,133); }
td.TdClassName
{
border-color: #CCC985;
}
.TagClassName
{
border-color: #CCC985;
}
</style>