Shades of Deco #C5C684
Tints of Deco #C5C684
RGB
CMYK
RGB Variations
Color information
#C5C684 (or 0xC5C684) is known color: Deco. HEX triplet: C5, C6 and 84. RGB value is (197,198,132). Sum of RGB (Red+Green+Blue) = 197+198+132=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C684 is #3A397B. Grayscale: #BEBEBE. Windows color (decimal): -3815804 or 8701637. OLE color: 8701637.
HSL color Cylindrical-coordinate representation of color #C5C684: hue angle of 60.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5C684 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 132 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.22 |
| HSL | 60.91º | 0.37% | 0.65% | - |
| HSV(B) | 60.91º | 0.33% | 0.78% | - |
| XYZ | 47.38 | 53.92 | 29.74 | - |
| YUV | 190.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 132 | 0.01 | 0 | 0.33 | 0.22 | 60.91 | 0.37 | 0.65 |
| Hex | C5 | C6 | 84 | 1 | 0 | 21 | 16 | 3D | 25 | 41 |
| Octal | 305 | 306 | 204 | 1 | 0 | 41 | 26 | 75 | 45 | 101 |
| Binary | 11000101 | 11000110 | 10000100 | 1 | 0 | 100001 | 10110 | 111101 | 100101 | 1000001 |
Color Harmonies of #C5C684
Complementary color
Monochromatic Colors of #C5C684
Black with #C5C684
Text Example
Text Example
White with #C5C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C684; }
p { color: rgb(197,198,132); }
H1.HeaderClassName
{
color: #C5C684;
}
.AnyTagClassName
{
color: #C5C684;
}
</style>
background-color css
<style>
a { background-color: #C5C684; }
a { background-color: rgb(197,198,132); }
div.DivClassName
{
background-color: #C5C684;
}
.BgClassName
{
background-color: #C5C684;
}
</style>
border-color css
<style>
span { border-color: #C5C684; }
span { border-color: rgb(197,198,132); }
td.TdClassName
{
border-color: #C5C684;
}
.TagClassName
{
border-color: #C5C684;
}
</style>