Shades of Deco #C1CF82
Tints of Deco #C1CF82
RGB
CMYK
RGB Variations
Color information
#C1CF82 (or 0xC1CF82) is known color: Deco. HEX triplet: C1, CF and 82. RGB value is (193,207,130). Sum of RGB (Red+Green+Blue) = 193+207+130=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CF82 is #3E307D. Grayscale: #C2C2C2. Windows color (decimal): -4075646 or 8572865. OLE color: 8572865.
HSL color Cylindrical-coordinate representation of color #C1CF82: hue angle of 70.91º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1CF82 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 130 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.19 |
| HSL | 70.91º | 0.45% | 0.66% | - |
| HSV(B) | 70.91º | 0.37% | 0.81% | - |
| XYZ | 48.33 | 57.57 | 29.68 | - |
| YUV | 194.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 130 | 0.07 | 0 | 0.37 | 0.19 | 70.91 | 0.45 | 0.66 |
| Hex | C1 | CF | 82 | 7 | 0 | 25 | 13 | 47 | 2D | 42 |
| Octal | 301 | 317 | 202 | 7 | 0 | 45 | 23 | 107 | 55 | 102 |
| Binary | 11000001 | 11001111 | 10000010 | 111 | 0 | 100101 | 10011 | 1000111 | 101101 | 1000010 |
Color Harmonies of #C1CF82
Complementary color
Monochromatic Colors of #C1CF82
Black with #C1CF82
Text Example
Text Example
White with #C1CF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF82; }
p { color: rgb(193,207,130); }
H1.HeaderClassName
{
color: #C1CF82;
}
.AnyTagClassName
{
color: #C1CF82;
}
</style>
background-color css
<style>
a { background-color: #C1CF82; }
a { background-color: rgb(193,207,130); }
div.DivClassName
{
background-color: #C1CF82;
}
.BgClassName
{
background-color: #C1CF82;
}
</style>
border-color css
<style>
span { border-color: #C1CF82; }
span { border-color: rgb(193,207,130); }
td.TdClassName
{
border-color: #C1CF82;
}
.TagClassName
{
border-color: #C1CF82;
}
</style>