Shades of Deco #C8C67C
Tints of Deco #C8C67C
RGB
CMYK
RGB Variations
Color information
#C8C67C (or 0xC8C67C) is known color: Deco. HEX triplet: C8, C6 and 7C. RGB value is (200,198,124). Sum of RGB (Red+Green+Blue) = 200+198+124=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C67C is #373983. Grayscale: #BEBEBE. Windows color (decimal): -3619204 or 8177352. OLE color: 8177352.
HSL color Cylindrical-coordinate representation of color #C8C67C: hue angle of 58.42º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8C67C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 124 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.22 |
| HSL | 58.42º | 0.41% | 0.64% | - |
| HSV(B) | 58.42º | 0.38% | 0.78% | - |
| XYZ | 47.65 | 54.12 | 27 | - |
| YUV | 190.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 124 | 0 | 0.01 | 0.38 | 0.22 | 58.42 | 0.41 | 0.64 |
| Hex | C8 | C6 | 7C | 0 | 1 | 26 | 16 | 3A | 29 | 40 |
| Octal | 310 | 306 | 174 | 0 | 1 | 46 | 26 | 72 | 51 | 100 |
| Binary | 11001000 | 11000110 | 1111100 | 0 | 1 | 100110 | 10110 | 111010 | 101001 | 1000000 |
Color Harmonies of #C8C67C
Complementary color
Monochromatic Colors of #C8C67C
Black with #C8C67C
Text Example
Text Example
White with #C8C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C67C; }
p { color: rgb(200,198,124); }
H1.HeaderClassName
{
color: #C8C67C;
}
.AnyTagClassName
{
color: #C8C67C;
}
</style>
background-color css
<style>
a { background-color: #C8C67C; }
a { background-color: rgb(200,198,124); }
div.DivClassName
{
background-color: #C8C67C;
}
.BgClassName
{
background-color: #C8C67C;
}
</style>
border-color css
<style>
span { border-color: #C8C67C; }
span { border-color: rgb(200,198,124); }
td.TdClassName
{
border-color: #C8C67C;
}
.TagClassName
{
border-color: #C8C67C;
}
</style>