Shades of Deco #C8CD78
Tints of Deco #C8CD78
RGB
CMYK
RGB Variations
Color information
#C8CD78 (or 0xC8CD78) is known color: Deco. HEX triplet: C8, CD and 78. RGB value is (200,205,120). Sum of RGB (Red+Green+Blue) = 200+205+120=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD78 is #373287. Grayscale: #C2C2C2. Windows color (decimal): -3617416 or 7917000. OLE color: 7917000.
HSL color Cylindrical-coordinate representation of color #C8CD78: hue angle of 63.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8CD78 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 120 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.20 |
| HSL | 63.53º | 0.46% | 0.64% | - |
| HSV(B) | 63.53º | 0.41% | 0.8% | - |
| XYZ | 49.04 | 57.3 | 26.24 | - |
| YUV | 193.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 120 | 0.02 | 0 | 0.41 | 0.20 | 63.53 | 0.46 | 0.64 |
| Hex | C8 | CD | 78 | 2 | 0 | 29 | 14 | 40 | 2E | 40 |
| Octal | 310 | 315 | 170 | 2 | 0 | 51 | 24 | 100 | 56 | 100 |
| Binary | 11001000 | 11001101 | 1111000 | 10 | 0 | 101001 | 10100 | 1000000 | 101110 | 1000000 |
Color Harmonies of #C8CD78
Complementary color
Monochromatic Colors of #C8CD78
Black with #C8CD78
Text Example
Text Example
White with #C8CD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD78; }
p { color: rgb(200,205,120); }
H1.HeaderClassName
{
color: #C8CD78;
}
.AnyTagClassName
{
color: #C8CD78;
}
</style>
background-color css
<style>
a { background-color: #C8CD78; }
a { background-color: rgb(200,205,120); }
div.DivClassName
{
background-color: #C8CD78;
}
.BgClassName
{
background-color: #C8CD78;
}
</style>
border-color css
<style>
span { border-color: #C8CD78; }
span { border-color: rgb(200,205,120); }
td.TdClassName
{
border-color: #C8CD78;
}
.TagClassName
{
border-color: #C8CD78;
}
</style>