Shades of Deco #C8C687
Tints of Deco #C8C687
RGB
CMYK
RGB Variations
Color information
#C8C687 (or 0xC8C687) is known color: Deco. HEX triplet: C8, C6 and 87. RGB value is (200,198,135). Sum of RGB (Red+Green+Blue) = 200+198+135=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C687 is #373978. Grayscale: #BFBFBF. Windows color (decimal): -3619193 or 8898248. OLE color: 8898248.
HSL color Cylindrical-coordinate representation of color #C8C687: hue angle of 58.15º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8C687 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 135 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.22 |
| HSL | 58.15º | 0.37% | 0.66% | - |
| HSV(B) | 58.15º | 0.33% | 0.78% | - |
| XYZ | 48.39 | 54.42 | 30.87 | - |
| YUV | 191.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 135 | 0 | 0.01 | 0.32 | 0.22 | 58.15 | 0.37 | 0.66 |
| Hex | C8 | C6 | 87 | 0 | 1 | 20 | 16 | 3A | 25 | 42 |
| Octal | 310 | 306 | 207 | 0 | 1 | 40 | 26 | 72 | 45 | 102 |
| Binary | 11001000 | 11000110 | 10000111 | 0 | 1 | 100000 | 10110 | 111010 | 100101 | 1000010 |
Color Harmonies of #C8C687
Complementary color
Monochromatic Colors of #C8C687
Black with #C8C687
Text Example
Text Example
White with #C8C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C687; }
p { color: rgb(200,198,135); }
H1.HeaderClassName
{
color: #C8C687;
}
.AnyTagClassName
{
color: #C8C687;
}
</style>
background-color css
<style>
a { background-color: #C8C687; }
a { background-color: rgb(200,198,135); }
div.DivClassName
{
background-color: #C8C687;
}
.BgClassName
{
background-color: #C8C687;
}
</style>
border-color css
<style>
span { border-color: #C8C687; }
span { border-color: rgb(200,198,135); }
td.TdClassName
{
border-color: #C8C687;
}
.TagClassName
{
border-color: #C8C687;
}
</style>