Shades of Deco #C8CC85
Tints of Deco #C8CC85
RGB
CMYK
RGB Variations
Color information
#C8CC85 (or 0xC8CC85) is known color: Deco. HEX triplet: C8, CC and 85. RGB value is (200,204,133). Sum of RGB (Red+Green+Blue) = 200+204+133=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CC85 is #37337A. Grayscale: #C2C2C2. Windows color (decimal): -3617659 or 8768712. OLE color: 8768712.
HSL color Cylindrical-coordinate representation of color #C8CC85: hue angle of 63.38º 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 #C8CC85 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 133 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.2 |
| HSL | 63.38º | 0.41% | 0.66% | - |
| HSV(B) | 63.38º | 0.35% | 0.8% | - |
| XYZ | 49.65 | 57.16 | 30.61 | - |
| YUV | 194.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 133 | 0.02 | 0 | 0.35 | 0.2 | 63.38 | 0.41 | 0.66 |
| Hex | C8 | CC | 85 | 2 | 0 | 23 | 14 | 3F | 29 | 42 |
| Octal | 310 | 314 | 205 | 2 | 0 | 43 | 24 | 77 | 51 | 102 |
| Binary | 11001000 | 11001100 | 10000101 | 10 | 0 | 100011 | 10100 | 111111 | 101001 | 1000010 |
Color Harmonies of #C8CC85
Complementary color
Monochromatic Colors of #C8CC85
Black with #C8CC85
Text Example
Text Example
White with #C8CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC85; }
p { color: rgb(200,204,133); }
H1.HeaderClassName
{
color: #C8CC85;
}
.AnyTagClassName
{
color: #C8CC85;
}
</style>
background-color css
<style>
a { background-color: #C8CC85; }
a { background-color: rgb(200,204,133); }
div.DivClassName
{
background-color: #C8CC85;
}
.BgClassName
{
background-color: #C8CC85;
}
</style>
border-color css
<style>
span { border-color: #C8CC85; }
span { border-color: rgb(200,204,133); }
td.TdClassName
{
border-color: #C8CC85;
}
.TagClassName
{
border-color: #C8CC85;
}
</style>