Shades of Deco #C1CF8A
Tints of Deco #C1CF8A
RGB
CMYK
RGB Variations
Color information
#C1CF8A (or 0xC1CF8A) is known color: Deco. HEX triplet: C1, CF and 8A. RGB value is (193,207,138). Sum of RGB (Red+Green+Blue) = 193+207+138=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CF8A is #3E3075. Grayscale: #C3C3C3. Windows color (decimal): -4075638 or 9097153. OLE color: 9097153.
HSL color Cylindrical-coordinate representation of color #C1CF8A: hue angle of 72.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1CF8A is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 138 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.19 |
| HSL | 72.17º | 0.42% | 0.68% | - |
| HSV(B) | 72.17º | 0.33% | 0.81% | - |
| XYZ | 48.89 | 57.8 | 32.62 | - |
| YUV | 194.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 138 | 0.07 | 0 | 0.33 | 0.19 | 72.17 | 0.42 | 0.68 |
| Hex | C1 | CF | 8A | 7 | 0 | 21 | 13 | 48 | 2A | 44 |
| Octal | 301 | 317 | 212 | 7 | 0 | 41 | 23 | 110 | 52 | 104 |
| Binary | 11000001 | 11001111 | 10001010 | 111 | 0 | 100001 | 10011 | 1001000 | 101010 | 1000100 |
Color Harmonies of #C1CF8A
Complementary color
Monochromatic Colors of #C1CF8A
Black with #C1CF8A
Text Example
Text Example
White with #C1CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF8A; }
p { color: rgb(193,207,138); }
H1.HeaderClassName
{
color: #C1CF8A;
}
.AnyTagClassName
{
color: #C1CF8A;
}
</style>
background-color css
<style>
a { background-color: #C1CF8A; }
a { background-color: rgb(193,207,138); }
div.DivClassName
{
background-color: #C1CF8A;
}
.BgClassName
{
background-color: #C1CF8A;
}
</style>
border-color css
<style>
span { border-color: #C1CF8A; }
span { border-color: rgb(193,207,138); }
td.TdClassName
{
border-color: #C1CF8A;
}
.TagClassName
{
border-color: #C1CF8A;
}
</style>