Shades of Deco #C1CF7A
Tints of Deco #C1CF7A
RGB
CMYK
RGB Variations
Color information
#C1CF7A (or 0xC1CF7A) is known color: Deco. HEX triplet: C1, CF and 7A. RGB value is (193,207,122). Sum of RGB (Red+Green+Blue) = 193+207+122=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CF7A is #3E3085. Grayscale: #C1C1C1. Windows color (decimal): -4075654 or 8048577. OLE color: 8048577.
HSL color Cylindrical-coordinate representation of color #C1CF7A: hue angle of 69.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1CF7A is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 122 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.19 |
| HSL | 69.88º | 0.47% | 0.65% | - |
| HSV(B) | 69.88º | 0.41% | 0.81% | - |
| XYZ | 47.82 | 57.37 | 26.97 | - |
| YUV | 193.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 122 | 0.07 | 0 | 0.41 | 0.19 | 69.88 | 0.47 | 0.65 |
| Hex | C1 | CF | 7A | 7 | 0 | 29 | 13 | 46 | 2F | 41 |
| Octal | 301 | 317 | 172 | 7 | 0 | 51 | 23 | 106 | 57 | 101 |
| Binary | 11000001 | 11001111 | 1111010 | 111 | 0 | 101001 | 10011 | 1000110 | 101111 | 1000001 |
Color Harmonies of #C1CF7A
Complementary color
Monochromatic Colors of #C1CF7A
Black with #C1CF7A
Text Example
Text Example
White with #C1CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF7A; }
p { color: rgb(193,207,122); }
H1.HeaderClassName
{
color: #C1CF7A;
}
.AnyTagClassName
{
color: #C1CF7A;
}
</style>
background-color css
<style>
a { background-color: #C1CF7A; }
a { background-color: rgb(193,207,122); }
div.DivClassName
{
background-color: #C1CF7A;
}
.BgClassName
{
background-color: #C1CF7A;
}
</style>
border-color css
<style>
span { border-color: #C1CF7A; }
span { border-color: rgb(193,207,122); }
td.TdClassName
{
border-color: #C1CF7A;
}
.TagClassName
{
border-color: #C1CF7A;
}
</style>