Shades of Deco #C8CA78
Tints of Deco #C8CA78
RGB
CMYK
RGB Variations
Color information
#C8CA78 (or 0xC8CA78) is known color: Deco. HEX triplet: C8, CA and 78. RGB value is (200,202,120). Sum of RGB (Red+Green+Blue) = 200+202+120=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA78 is #373587. Grayscale: #C0C0C0. Windows color (decimal): -3618184 or 7916232. OLE color: 7916232.
HSL color Cylindrical-coordinate representation of color #C8CA78: hue angle of 61.46º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8CA78 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 120 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.21 |
| HSL | 61.46º | 0.44% | 0.63% | - |
| HSV(B) | 61.46º | 0.41% | 0.79% | - |
| XYZ | 48.33 | 55.88 | 26.01 | - |
| YUV | 192.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 120 | 0.01 | 0 | 0.41 | 0.21 | 61.46 | 0.44 | 0.63 |
| Hex | C8 | CA | 78 | 1 | 0 | 29 | 15 | 3D | 2C | 3F |
| Octal | 310 | 312 | 170 | 1 | 0 | 51 | 25 | 75 | 54 | 77 |
| Binary | 11001000 | 11001010 | 1111000 | 1 | 0 | 101001 | 10101 | 111101 | 101100 | 111111 |
Color Harmonies of #C8CA78
Complementary color
Monochromatic Colors of #C8CA78
Black with #C8CA78
Text Example
Text Example
White with #C8CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA78; }
p { color: rgb(200,202,120); }
H1.HeaderClassName
{
color: #C8CA78;
}
.AnyTagClassName
{
color: #C8CA78;
}
</style>
background-color css
<style>
a { background-color: #C8CA78; }
a { background-color: rgb(200,202,120); }
div.DivClassName
{
background-color: #C8CA78;
}
.BgClassName
{
background-color: #C8CA78;
}
</style>
border-color css
<style>
span { border-color: #C8CA78; }
span { border-color: rgb(200,202,120); }
td.TdClassName
{
border-color: #C8CA78;
}
.TagClassName
{
border-color: #C8CA78;
}
</style>