Shades of Deco #C5C985
Tints of Deco #C5C985
RGB
CMYK
RGB Variations
Color information
#C5C985 (or 0xC5C985) is known color: Deco. HEX triplet: C5, C9 and 85. RGB value is (197,201,133). Sum of RGB (Red+Green+Blue) = 197+201+133=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C985 is #3A367A. Grayscale: #C0C0C0. Windows color (decimal): -3815035 or 8767941. OLE color: 8767941.
HSL color Cylindrical-coordinate representation of color #C5C985: hue angle of 63.53º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5C985 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 133 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.21 |
| HSL | 63.53º | 0.39% | 0.65% | - |
| HSV(B) | 63.53º | 0.34% | 0.79% | - |
| XYZ | 48.15 | 55.34 | 30.33 | - |
| YUV | 192.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 133 | 0.02 | 0 | 0.34 | 0.21 | 63.53 | 0.39 | 0.65 |
| Hex | C5 | C9 | 85 | 2 | 0 | 22 | 15 | 40 | 27 | 41 |
| Octal | 305 | 311 | 205 | 2 | 0 | 42 | 25 | 100 | 47 | 101 |
| Binary | 11000101 | 11001001 | 10000101 | 10 | 0 | 100010 | 10101 | 1000000 | 100111 | 1000001 |
Color Harmonies of #C5C985
Complementary color
Monochromatic Colors of #C5C985
Black with #C5C985
Text Example
Text Example
White with #C5C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C985; }
p { color: rgb(197,201,133); }
H1.HeaderClassName
{
color: #C5C985;
}
.AnyTagClassName
{
color: #C5C985;
}
</style>
background-color css
<style>
a { background-color: #C5C985; }
a { background-color: rgb(197,201,133); }
div.DivClassName
{
background-color: #C5C985;
}
.BgClassName
{
background-color: #C5C985;
}
</style>
border-color css
<style>
span { border-color: #C5C985; }
span { border-color: rgb(197,201,133); }
td.TdClassName
{
border-color: #C5C985;
}
.TagClassName
{
border-color: #C5C985;
}
</style>