Shades of Deco #C5C589
Tints of Deco #C5C589
RGB
CMYK
RGB Variations
Color information
#C5C589 (or 0xC5C589) is known color: Deco. HEX triplet: C5, C5 and 89. RGB value is (197,197,137). Sum of RGB (Red+Green+Blue) = 197+197+137=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C589 is #3A3A76. Grayscale: #BEBEBE. Windows color (decimal): -3816055 or 9029061. OLE color: 9029061.
HSL color Cylindrical-coordinate representation of color #C5C589: hue angle of 60º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5C589 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 137 | - |
| CMYK | 0 | 0 | 0.30 | 0.23 |
| HSL | 60º | 0.34% | 0.65% | - |
| HSV(B) | 60º | 0.3% | 0.77% | - |
| XYZ | 47.51 | 53.61 | 31.51 | - |
| YUV | 190.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 137 | 0 | 0 | 0.30 | 0.23 | 60 | 0.34 | 0.65 |
| Hex | C5 | C5 | 89 | 0 | 0 | 1E | 17 | 3C | 22 | 41 |
| Octal | 305 | 305 | 211 | 0 | 0 | 36 | 27 | 74 | 42 | 101 |
| Binary | 11000101 | 11000101 | 10001001 | 0 | 0 | 11110 | 10111 | 111100 | 100010 | 1000001 |
Color Harmonies of #C5C589
Complementary color
Monochromatic Colors of #C5C589
Black with #C5C589
Text Example
Text Example
White with #C5C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C589; }
p { color: rgb(197,197,137); }
H1.HeaderClassName
{
color: #C5C589;
}
.AnyTagClassName
{
color: #C5C589;
}
</style>
background-color css
<style>
a { background-color: #C5C589; }
a { background-color: rgb(197,197,137); }
div.DivClassName
{
background-color: #C5C589;
}
.BgClassName
{
background-color: #C5C589;
}
</style>
border-color css
<style>
span { border-color: #C5C589; }
span { border-color: rgb(197,197,137); }
td.TdClassName
{
border-color: #C5C589;
}
.TagClassName
{
border-color: #C5C589;
}
</style>