Shades of Deco #C9C682
Tints of Deco #C9C682
RGB
CMYK
RGB Variations
Color information
#C9C682 (or 0xC9C682) is known color: Deco. HEX triplet: C9, C6 and 82. RGB value is (201,198,130). Sum of RGB (Red+Green+Blue) = 201+198+130=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C682 is #36397D. Grayscale: #BFBFBF. Windows color (decimal): -3553662 or 8570569. OLE color: 8570569.
HSL color Cylindrical-coordinate representation of color #C9C682: hue angle of 57.46º 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 #C9C682 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 130 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.21 |
| HSL | 57.46º | 0.4% | 0.65% | - |
| HSV(B) | 57.46º | 0.35% | 0.79% | - |
| XYZ | 48.31 | 54.42 | 29.08 | - |
| YUV | 191.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 130 | 0 | 0.01 | 0.35 | 0.21 | 57.46 | 0.4 | 0.65 |
| Hex | C9 | C6 | 82 | 0 | 1 | 23 | 15 | 39 | 28 | 41 |
| Octal | 311 | 306 | 202 | 0 | 1 | 43 | 25 | 71 | 50 | 101 |
| Binary | 11001001 | 11000110 | 10000010 | 0 | 1 | 100011 | 10101 | 111001 | 101000 | 1000001 |
Color Harmonies of #C9C682
Complementary color
Monochromatic Colors of #C9C682
Black with #C9C682
Text Example
Text Example
White with #C9C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C682; }
p { color: rgb(201,198,130); }
H1.HeaderClassName
{
color: #C9C682;
}
.AnyTagClassName
{
color: #C9C682;
}
</style>
background-color css
<style>
a { background-color: #C9C682; }
a { background-color: rgb(201,198,130); }
div.DivClassName
{
background-color: #C9C682;
}
.BgClassName
{
background-color: #C9C682;
}
</style>
border-color css
<style>
span { border-color: #C9C682; }
span { border-color: rgb(201,198,130); }
td.TdClassName
{
border-color: #C9C682;
}
.TagClassName
{
border-color: #C9C682;
}
</style>