Shades of Deco #C7CA70
Tints of Deco #C7CA70
RGB
CMYK
RGB Variations
Color information
#C7CA70 (or 0xC7CA70) is known color: Deco. HEX triplet: C7, CA and 70. RGB value is (199,202,112). Sum of RGB (Red+Green+Blue) = 199+202+112=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA70 is #38358F. Grayscale: #BFBFBF. Windows color (decimal): -3683728 or 7391943. OLE color: 7391943.
HSL color Cylindrical-coordinate representation of color #C7CA70: hue angle of 62º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7CA70 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 112 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.21 |
| HSL | 62º | 0.46% | 0.62% | - |
| HSV(B) | 62º | 0.45% | 0.79% | - |
| XYZ | 47.6 | 55.55 | 23.54 | - |
| YUV | 190.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 112 | 0.01 | 0 | 0.45 | 0.21 | 62 | 0.46 | 0.62 |
| Hex | C7 | CA | 70 | 1 | 0 | 2D | 15 | 3E | 2E | 3E |
| Octal | 307 | 312 | 160 | 1 | 0 | 55 | 25 | 76 | 56 | 76 |
| Binary | 11000111 | 11001010 | 1110000 | 1 | 0 | 101101 | 10101 | 111110 | 101110 | 111110 |
Color Harmonies of #C7CA70
Complementary color
Monochromatic Colors of #C7CA70
Black with #C7CA70
Text Example
Text Example
White with #C7CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA70; }
p { color: rgb(199,202,112); }
H1.HeaderClassName
{
color: #C7CA70;
}
.AnyTagClassName
{
color: #C7CA70;
}
</style>
background-color css
<style>
a { background-color: #C7CA70; }
a { background-color: rgb(199,202,112); }
div.DivClassName
{
background-color: #C7CA70;
}
.BgClassName
{
background-color: #C7CA70;
}
</style>
border-color css
<style>
span { border-color: #C7CA70; }
span { border-color: rgb(199,202,112); }
td.TdClassName
{
border-color: #C7CA70;
}
.TagClassName
{
border-color: #C7CA70;
}
</style>