Shades of Deco #C8C583
Tints of Deco #C8C583
RGB
CMYK
RGB Variations
Color information
#C8C583 (or 0xC8C583) is known color: Deco. HEX triplet: C8, C5 and 83. RGB value is (200,197,131). Sum of RGB (Red+Green+Blue) = 200+197+131=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C583 is #373A7C. Grayscale: #BEBEBE. Windows color (decimal): -3619453 or 8635848. OLE color: 8635848.
HSL color Cylindrical-coordinate representation of color #C8C583: hue angle of 57.39º 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 #C8C583 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 131 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.22 |
| HSL | 57.39º | 0.39% | 0.65% | - |
| HSV(B) | 57.39º | 0.35% | 0.78% | - |
| XYZ | 47.88 | 53.85 | 29.34 | - |
| YUV | 190.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 131 | 0 | 0.02 | 0.34 | 0.22 | 57.39 | 0.39 | 0.65 |
| Hex | C8 | C5 | 83 | 0 | 2 | 22 | 16 | 39 | 27 | 41 |
| Octal | 310 | 305 | 203 | 0 | 2 | 42 | 26 | 71 | 47 | 101 |
| Binary | 11001000 | 11000101 | 10000011 | 0 | 10 | 100010 | 10110 | 111001 | 100111 | 1000001 |
Color Harmonies of #C8C583
Complementary color
Monochromatic Colors of #C8C583
Black with #C8C583
Text Example
Text Example
White with #C8C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C583; }
p { color: rgb(200,197,131); }
H1.HeaderClassName
{
color: #C8C583;
}
.AnyTagClassName
{
color: #C8C583;
}
</style>
background-color css
<style>
a { background-color: #C8C583; }
a { background-color: rgb(200,197,131); }
div.DivClassName
{
background-color: #C8C583;
}
.BgClassName
{
background-color: #C8C583;
}
</style>
border-color css
<style>
span { border-color: #C8C583; }
span { border-color: rgb(200,197,131); }
td.TdClassName
{
border-color: #C8C583;
}
.TagClassName
{
border-color: #C8C583;
}
</style>