Shades of Deco #C1CA86
Tints of Deco #C1CA86
RGB
CMYK
RGB Variations
Color information
#C1CA86 (or 0xC1CA86) is known color: Deco. HEX triplet: C1, CA and 86. RGB value is (193,202,134). Sum of RGB (Red+Green+Blue) = 193+202+134=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CA86 is #3E3579. Grayscale: #BFBFBF. Windows color (decimal): -4076922 or 8833729. OLE color: 8833729.
HSL color Cylindrical-coordinate representation of color #C1CA86: hue angle of 67.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1CA86 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 134 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.21 |
| HSL | 67.94º | 0.39% | 0.66% | - |
| HSV(B) | 67.94º | 0.34% | 0.79% | - |
| XYZ | 47.42 | 55.3 | 30.73 | - |
| YUV | 191.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 134 | 0.04 | 0 | 0.34 | 0.21 | 67.94 | 0.39 | 0.66 |
| Hex | C1 | CA | 86 | 4 | 0 | 22 | 15 | 44 | 27 | 42 |
| Octal | 301 | 312 | 206 | 4 | 0 | 42 | 25 | 104 | 47 | 102 |
| Binary | 11000001 | 11001010 | 10000110 | 100 | 0 | 100010 | 10101 | 1000100 | 100111 | 1000010 |
Color Harmonies of #C1CA86
Complementary color
Monochromatic Colors of #C1CA86
Black with #C1CA86
Text Example
Text Example
White with #C1CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA86; }
p { color: rgb(193,202,134); }
H1.HeaderClassName
{
color: #C1CA86;
}
.AnyTagClassName
{
color: #C1CA86;
}
</style>
background-color css
<style>
a { background-color: #C1CA86; }
a { background-color: rgb(193,202,134); }
div.DivClassName
{
background-color: #C1CA86;
}
.BgClassName
{
background-color: #C1CA86;
}
</style>
border-color css
<style>
span { border-color: #C1CA86; }
span { border-color: rgb(193,202,134); }
td.TdClassName
{
border-color: #C1CA86;
}
.TagClassName
{
border-color: #C1CA86;
}
</style>