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