Shades of Deco #C6CE7A
Tints of Deco #C6CE7A
RGB
CMYK
RGB Variations
Color information
#C6CE7A (or 0xC6CE7A) is known color: Deco. HEX triplet: C6, CE and 7A. RGB value is (198,206,122). Sum of RGB (Red+Green+Blue) = 198+206+122=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CE7A is #393185. Grayscale: #C2C2C2. Windows color (decimal): -3748230 or 8048326. OLE color: 8048326.
HSL color Cylindrical-coordinate representation of color #C6CE7A: hue angle of 65.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6CE7A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 122 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.19 |
| HSL | 65.71º | 0.46% | 0.64% | - |
| HSV(B) | 65.71º | 0.41% | 0.81% | - |
| XYZ | 48.87 | 57.55 | 26.95 | - |
| YUV | 194.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 122 | 0.04 | 0 | 0.41 | 0.19 | 65.71 | 0.46 | 0.64 |
| Hex | C6 | CE | 7A | 4 | 0 | 29 | 13 | 42 | 2E | 40 |
| Octal | 306 | 316 | 172 | 4 | 0 | 51 | 23 | 102 | 56 | 100 |
| Binary | 11000110 | 11001110 | 1111010 | 100 | 0 | 101001 | 10011 | 1000010 | 101110 | 1000000 |
Color Harmonies of #C6CE7A
Complementary color
Monochromatic Colors of #C6CE7A
Black with #C6CE7A
Text Example
Text Example
White with #C6CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE7A; }
p { color: rgb(198,206,122); }
H1.HeaderClassName
{
color: #C6CE7A;
}
.AnyTagClassName
{
color: #C6CE7A;
}
</style>
background-color css
<style>
a { background-color: #C6CE7A; }
a { background-color: rgb(198,206,122); }
div.DivClassName
{
background-color: #C6CE7A;
}
.BgClassName
{
background-color: #C6CE7A;
}
</style>
border-color css
<style>
span { border-color: #C6CE7A; }
span { border-color: rgb(198,206,122); }
td.TdClassName
{
border-color: #C6CE7A;
}
.TagClassName
{
border-color: #C6CE7A;
}
</style>