Shades of Deco #C8C68A
Tints of Deco #C8C68A
RGB
CMYK
RGB Variations
Color information
#C8C68A (or 0xC8C68A) is known color: Deco. HEX triplet: C8, C6 and 8A. RGB value is (200,198,138). Sum of RGB (Red+Green+Blue) = 200+198+138=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C68A is #373975. Grayscale: #C0C0C0. Windows color (decimal): -3619190 or 9094856. OLE color: 9094856.
HSL color Cylindrical-coordinate representation of color #C8C68A: hue angle of 58.06º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8C68A is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 138 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.22 |
| HSL | 58.06º | 0.36% | 0.66% | - |
| HSV(B) | 58.06º | 0.31% | 0.78% | - |
| XYZ | 48.6 | 54.5 | 32 | - |
| YUV | 191.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 138 | 0 | 0.01 | 0.31 | 0.22 | 58.06 | 0.36 | 0.66 |
| Hex | C8 | C6 | 8A | 0 | 1 | 1F | 16 | 3A | 24 | 42 |
| Octal | 310 | 306 | 212 | 0 | 1 | 37 | 26 | 72 | 44 | 102 |
| Binary | 11001000 | 11000110 | 10001010 | 0 | 1 | 11111 | 10110 | 111010 | 100100 | 1000010 |
Color Harmonies of #C8C68A
Complementary color
Monochromatic Colors of #C8C68A
Black with #C8C68A
Text Example
Text Example
White with #C8C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C68A; }
p { color: rgb(200,198,138); }
H1.HeaderClassName
{
color: #C8C68A;
}
.AnyTagClassName
{
color: #C8C68A;
}
</style>
background-color css
<style>
a { background-color: #C8C68A; }
a { background-color: rgb(200,198,138); }
div.DivClassName
{
background-color: #C8C68A;
}
.BgClassName
{
background-color: #C8C68A;
}
</style>
border-color css
<style>
span { border-color: #C8C68A; }
span { border-color: rgb(200,198,138); }
td.TdClassName
{
border-color: #C8C68A;
}
.TagClassName
{
border-color: #C8C68A;
}
</style>