Shades of Deco #C5C97C
Tints of Deco #C5C97C
RGB
CMYK
RGB Variations
Color information
#C5C97C (or 0xC5C97C) is known color: Deco. HEX triplet: C5, C9 and 7C. RGB value is (197,201,124). Sum of RGB (Red+Green+Blue) = 197+201+124=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C97C is #3A3683. Grayscale: #BFBFBF. Windows color (decimal): -3815044 or 8178117. OLE color: 8178117.
HSL color Cylindrical-coordinate representation of color #C5C97C: hue angle of 63.12º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5C97C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 124 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.21 |
| HSL | 63.12º | 0.42% | 0.64% | - |
| HSV(B) | 63.12º | 0.38% | 0.79% | - |
| XYZ | 47.55 | 55.1 | 27.2 | - |
| YUV | 191.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 124 | 0.02 | 0 | 0.38 | 0.21 | 63.12 | 0.42 | 0.64 |
| Hex | C5 | C9 | 7C | 2 | 0 | 26 | 15 | 3F | 2A | 40 |
| Octal | 305 | 311 | 174 | 2 | 0 | 46 | 25 | 77 | 52 | 100 |
| Binary | 11000101 | 11001001 | 1111100 | 10 | 0 | 100110 | 10101 | 111111 | 101010 | 1000000 |
Color Harmonies of #C5C97C
Complementary color
Monochromatic Colors of #C5C97C
Black with #C5C97C
Text Example
Text Example
White with #C5C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C97C; }
p { color: rgb(197,201,124); }
H1.HeaderClassName
{
color: #C5C97C;
}
.AnyTagClassName
{
color: #C5C97C;
}
</style>
background-color css
<style>
a { background-color: #C5C97C; }
a { background-color: rgb(197,201,124); }
div.DivClassName
{
background-color: #C5C97C;
}
.BgClassName
{
background-color: #C5C97C;
}
</style>
border-color css
<style>
span { border-color: #C5C97C; }
span { border-color: rgb(197,201,124); }
td.TdClassName
{
border-color: #C5C97C;
}
.TagClassName
{
border-color: #C5C97C;
}
</style>