Shades of Deco #C0CF8A
Tints of Deco #C0CF8A
RGB
CMYK
RGB Variations
Color information
#C0CF8A (or 0xC0CF8A) is known color: Deco. HEX triplet: C0, CF and 8A. RGB value is (192,207,138). Sum of RGB (Red+Green+Blue) = 192+207+138=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF8A is #3F3075. Grayscale: #C2C2C2. Windows color (decimal): -4141174 or 9097152. OLE color: 9097152.
HSL color Cylindrical-coordinate representation of color #C0CF8A: hue angle of 73.04º 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 #C0CF8A is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 138 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.19 |
| HSL | 73.04º | 0.42% | 0.68% | - |
| HSV(B) | 73.04º | 0.33% | 0.81% | - |
| XYZ | 48.64 | 57.67 | 32.61 | - |
| YUV | 194.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 138 | 0.07 | 0 | 0.33 | 0.19 | 73.04 | 0.42 | 0.68 |
| Hex | C0 | CF | 8A | 7 | 0 | 21 | 13 | 49 | 2A | 44 |
| Octal | 300 | 317 | 212 | 7 | 0 | 41 | 23 | 111 | 52 | 104 |
| Binary | 11000000 | 11001111 | 10001010 | 111 | 0 | 100001 | 10011 | 1001001 | 101010 | 1000100 |
Color Harmonies of #C0CF8A
Complementary color
Monochromatic Colors of #C0CF8A
Black with #C0CF8A
Text Example
Text Example
White with #C0CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF8A; }
p { color: rgb(192,207,138); }
H1.HeaderClassName
{
color: #C0CF8A;
}
.AnyTagClassName
{
color: #C0CF8A;
}
</style>
background-color css
<style>
a { background-color: #C0CF8A; }
a { background-color: rgb(192,207,138); }
div.DivClassName
{
background-color: #C0CF8A;
}
.BgClassName
{
background-color: #C0CF8A;
}
</style>
border-color css
<style>
span { border-color: #C0CF8A; }
span { border-color: rgb(192,207,138); }
td.TdClassName
{
border-color: #C0CF8A;
}
.TagClassName
{
border-color: #C0CF8A;
}
</style>