Shades of Deco #C8C582
Tints of Deco #C8C582
RGB
CMYK
RGB Variations
Color information
#C8C582 (or 0xC8C582) is known color: Deco. HEX triplet: C8, C5 and 82. RGB value is (200,197,130). Sum of RGB (Red+Green+Blue) = 200+197+130=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C582 is #373A7D. Grayscale: #BEBEBE. Windows color (decimal): -3619454 or 8570312. OLE color: 8570312.
HSL color Cylindrical-coordinate representation of color #C8C582: hue angle of 57.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8C582 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 130 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.22 |
| HSL | 57.43º | 0.39% | 0.65% | - |
| HSV(B) | 57.43º | 0.35% | 0.78% | - |
| XYZ | 47.81 | 53.82 | 28.99 | - |
| YUV | 190.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 130 | 0 | 0.02 | 0.35 | 0.22 | 57.43 | 0.39 | 0.65 |
| Hex | C8 | C5 | 82 | 0 | 2 | 23 | 16 | 39 | 27 | 41 |
| Octal | 310 | 305 | 202 | 0 | 2 | 43 | 26 | 71 | 47 | 101 |
| Binary | 11001000 | 11000101 | 10000010 | 0 | 10 | 100011 | 10110 | 111001 | 100111 | 1000001 |
Color Harmonies of #C8C582
Complementary color
Monochromatic Colors of #C8C582
Black with #C8C582
Text Example
Text Example
White with #C8C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C582; }
p { color: rgb(200,197,130); }
H1.HeaderClassName
{
color: #C8C582;
}
.AnyTagClassName
{
color: #C8C582;
}
</style>
background-color css
<style>
a { background-color: #C8C582; }
a { background-color: rgb(200,197,130); }
div.DivClassName
{
background-color: #C8C582;
}
.BgClassName
{
background-color: #C8C582;
}
</style>
border-color css
<style>
span { border-color: #C8C582; }
span { border-color: rgb(200,197,130); }
td.TdClassName
{
border-color: #C8C582;
}
.TagClassName
{
border-color: #C8C582;
}
</style>