Shades of Deco #C7C98A
Tints of Deco #C7C98A
RGB
CMYK
RGB Variations
Color information
#C7C98A (or 0xC7C98A) is known color: Deco. HEX triplet: C7, C9 and 8A. RGB value is (199,201,138). Sum of RGB (Red+Green+Blue) = 199+201+138=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C98A is #383675. Grayscale: #C1C1C1. Windows color (decimal): -3683958 or 9095623. OLE color: 9095623.
HSL color Cylindrical-coordinate representation of color #C7C98A: hue angle of 61.9º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7C98A is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 138 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.21 |
| HSL | 61.9º | 0.37% | 0.66% | - |
| HSV(B) | 61.9º | 0.31% | 0.79% | - |
| XYZ | 49.03 | 55.75 | 32.22 | - |
| YUV | 193.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 138 | 0.01 | 0 | 0.31 | 0.21 | 61.9 | 0.37 | 0.66 |
| Hex | C7 | C9 | 8A | 1 | 0 | 1F | 15 | 3E | 25 | 42 |
| Octal | 307 | 311 | 212 | 1 | 0 | 37 | 25 | 76 | 45 | 102 |
| Binary | 11000111 | 11001001 | 10001010 | 1 | 0 | 11111 | 10101 | 111110 | 100101 | 1000010 |
Color Harmonies of #C7C98A
Complementary color
Monochromatic Colors of #C7C98A
Black with #C7C98A
Text Example
Text Example
White with #C7C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C98A; }
p { color: rgb(199,201,138); }
H1.HeaderClassName
{
color: #C7C98A;
}
.AnyTagClassName
{
color: #C7C98A;
}
</style>
background-color css
<style>
a { background-color: #C7C98A; }
a { background-color: rgb(199,201,138); }
div.DivClassName
{
background-color: #C7C98A;
}
.BgClassName
{
background-color: #C7C98A;
}
</style>
border-color css
<style>
span { border-color: #C7C98A; }
span { border-color: rgb(199,201,138); }
td.TdClassName
{
border-color: #C7C98A;
}
.TagClassName
{
border-color: #C7C98A;
}
</style>