Shades of Deco #C9C684
Tints of Deco #C9C684
RGB
CMYK
RGB Variations
Color information
#C9C684 (or 0xC9C684) is known color: Deco. HEX triplet: C9, C6 and 84. RGB value is (201,198,132). Sum of RGB (Red+Green+Blue) = 201+198+132=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C684 is #36397B. Grayscale: #BFBFBF. Windows color (decimal): -3553660 or 8701641. OLE color: 8701641.
HSL color Cylindrical-coordinate representation of color #C9C684: hue angle of 57.39º 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 #C9C684 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 132 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.21 |
| HSL | 57.39º | 0.39% | 0.65% | - |
| HSV(B) | 57.39º | 0.34% | 0.79% | - |
| XYZ | 48.45 | 54.47 | 29.79 | - |
| YUV | 191.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 132 | 0 | 0.01 | 0.34 | 0.21 | 57.39 | 0.39 | 0.65 |
| Hex | C9 | C6 | 84 | 0 | 1 | 22 | 15 | 39 | 27 | 41 |
| Octal | 311 | 306 | 204 | 0 | 1 | 42 | 25 | 71 | 47 | 101 |
| Binary | 11001001 | 11000110 | 10000100 | 0 | 1 | 100010 | 10101 | 111001 | 100111 | 1000001 |
Color Harmonies of #C9C684
Complementary color
Monochromatic Colors of #C9C684
Black with #C9C684
Text Example
Text Example
White with #C9C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C684; }
p { color: rgb(201,198,132); }
H1.HeaderClassName
{
color: #C9C684;
}
.AnyTagClassName
{
color: #C9C684;
}
</style>
background-color css
<style>
a { background-color: #C9C684; }
a { background-color: rgb(201,198,132); }
div.DivClassName
{
background-color: #C9C684;
}
.BgClassName
{
background-color: #C9C684;
}
</style>
border-color css
<style>
span { border-color: #C9C684; }
span { border-color: rgb(201,198,132); }
td.TdClassName
{
border-color: #C9C684;
}
.TagClassName
{
border-color: #C9C684;
}
</style>