Shades of Deco #C8C775
Tints of Deco #C8C775
RGB
CMYK
RGB Variations
Color information
#C8C775 (or 0xC8C775) is known color: Deco. HEX triplet: C8, C7 and 75. RGB value is (200,199,117). Sum of RGB (Red+Green+Blue) = 200+199+117=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C775 is #37388A. Grayscale: #BEBEBE. Windows color (decimal): -3618955 or 7718856. OLE color: 7718856.
HSL color Cylindrical-coordinate representation of color #C8C775: hue angle of 59.28º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8C775 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 117 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.22 |
| HSL | 59.28º | 0.43% | 0.62% | - |
| HSV(B) | 59.28º | 0.42% | 0.78% | - |
| XYZ | 47.45 | 54.41 | 24.83 | - |
| YUV | 189.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 117 | 0 | 0.00 | 0.42 | 0.22 | 59.28 | 0.43 | 0.62 |
| Hex | C8 | C7 | 75 | 0 | 0 | 2A | 16 | 3B | 2B | 3E |
| Octal | 310 | 307 | 165 | 0 | 0 | 52 | 26 | 73 | 53 | 76 |
| Binary | 11001000 | 11000111 | 1110101 | 0 | 0 | 101010 | 10110 | 111011 | 101011 | 111110 |
Color Harmonies of #C8C775
Complementary color
Monochromatic Colors of #C8C775
Black with #C8C775
Text Example
Text Example
White with #C8C775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C775; }
p { color: rgb(200,199,117); }
H1.HeaderClassName
{
color: #C8C775;
}
.AnyTagClassName
{
color: #C8C775;
}
</style>
background-color css
<style>
a { background-color: #C8C775; }
a { background-color: rgb(200,199,117); }
div.DivClassName
{
background-color: #C8C775;
}
.BgClassName
{
background-color: #C8C775;
}
</style>
border-color css
<style>
span { border-color: #C8C775; }
span { border-color: rgb(200,199,117); }
td.TdClassName
{
border-color: #C8C775;
}
.TagClassName
{
border-color: #C8C775;
}
</style>