Shades of Deco #C5C982
Tints of Deco #C5C982
RGB
CMYK
RGB Variations
Color information
#C5C982 (or 0xC5C982) is known color: Deco. HEX triplet: C5, C9 and 82. RGB value is (197,201,130). Sum of RGB (Red+Green+Blue) = 197+201+130=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C982 is #3A367D. Grayscale: #BFBFBF. Windows color (decimal): -3815038 or 8571333. OLE color: 8571333.
HSL color Cylindrical-coordinate representation of color #C5C982: hue angle of 63.38º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5C982 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 130 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.21 |
| HSL | 63.38º | 0.4% | 0.65% | - |
| HSV(B) | 63.38º | 0.35% | 0.79% | - |
| XYZ | 47.94 | 55.26 | 29.26 | - |
| YUV | 191.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 130 | 0.02 | 0 | 0.35 | 0.21 | 63.38 | 0.4 | 0.65 |
| Hex | C5 | C9 | 82 | 2 | 0 | 23 | 15 | 3F | 28 | 41 |
| Octal | 305 | 311 | 202 | 2 | 0 | 43 | 25 | 77 | 50 | 101 |
| Binary | 11000101 | 11001001 | 10000010 | 10 | 0 | 100011 | 10101 | 111111 | 101000 | 1000001 |
Color Harmonies of #C5C982
Complementary color
Monochromatic Colors of #C5C982
Black with #C5C982
Text Example
Text Example
White with #C5C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C982; }
p { color: rgb(197,201,130); }
H1.HeaderClassName
{
color: #C5C982;
}
.AnyTagClassName
{
color: #C5C982;
}
</style>
background-color css
<style>
a { background-color: #C5C982; }
a { background-color: rgb(197,201,130); }
div.DivClassName
{
background-color: #C5C982;
}
.BgClassName
{
background-color: #C5C982;
}
</style>
border-color css
<style>
span { border-color: #C5C982; }
span { border-color: rgb(197,201,130); }
td.TdClassName
{
border-color: #C5C982;
}
.TagClassName
{
border-color: #C5C982;
}
</style>