Shades of Deco #C1CF79
Tints of Deco #C1CF79
RGB
CMYK
RGB Variations
Color information
#C1CF79 (or 0xC1CF79) is known color: Deco. HEX triplet: C1, CF and 79. RGB value is (193,207,121). Sum of RGB (Red+Green+Blue) = 193+207+121=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CF79 is #3E3086. Grayscale: #C1C1C1. Windows color (decimal): -4075655 or 7983041. OLE color: 7983041.
HSL color Cylindrical-coordinate representation of color #C1CF79: hue angle of 69.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1CF79 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 121 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.19 |
| HSL | 69.77º | 0.47% | 0.64% | - |
| HSV(B) | 69.77º | 0.42% | 0.81% | - |
| XYZ | 47.76 | 57.34 | 26.64 | - |
| YUV | 193.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 121 | 0.07 | 0 | 0.42 | 0.19 | 69.77 | 0.47 | 0.64 |
| Hex | C1 | CF | 79 | 7 | 0 | 2A | 13 | 46 | 2F | 40 |
| Octal | 301 | 317 | 171 | 7 | 0 | 52 | 23 | 106 | 57 | 100 |
| Binary | 11000001 | 11001111 | 1111001 | 111 | 0 | 101010 | 10011 | 1000110 | 101111 | 1000000 |
Color Harmonies of #C1CF79
Complementary color
Monochromatic Colors of #C1CF79
Black with #C1CF79
Text Example
Text Example
White with #C1CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF79; }
p { color: rgb(193,207,121); }
H1.HeaderClassName
{
color: #C1CF79;
}
.AnyTagClassName
{
color: #C1CF79;
}
</style>
background-color css
<style>
a { background-color: #C1CF79; }
a { background-color: rgb(193,207,121); }
div.DivClassName
{
background-color: #C1CF79;
}
.BgClassName
{
background-color: #C1CF79;
}
</style>
border-color css
<style>
span { border-color: #C1CF79; }
span { border-color: rgb(193,207,121); }
td.TdClassName
{
border-color: #C1CF79;
}
.TagClassName
{
border-color: #C1CF79;
}
</style>