Shades of Deco #C1CA85
Tints of Deco #C1CA85
RGB
CMYK
RGB Variations
Color information
#C1CA85 (or 0xC1CA85) is known color: Deco. HEX triplet: C1, CA and 85. RGB value is (193,202,133). Sum of RGB (Red+Green+Blue) = 193+202+133=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CA85 is #3E357A. Grayscale: #BFBFBF. Windows color (decimal): -4076923 or 8768193. OLE color: 8768193.
HSL color Cylindrical-coordinate representation of color #C1CA85: hue angle of 67.83º 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 #C1CA85 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 133 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.21 |
| HSL | 67.83º | 0.39% | 0.66% | - |
| HSV(B) | 67.83º | 0.34% | 0.79% | - |
| XYZ | 47.35 | 55.27 | 30.36 | - |
| YUV | 191.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 133 | 0.04 | 0 | 0.34 | 0.21 | 67.83 | 0.39 | 0.66 |
| Hex | C1 | CA | 85 | 4 | 0 | 22 | 15 | 44 | 27 | 42 |
| Octal | 301 | 312 | 205 | 4 | 0 | 42 | 25 | 104 | 47 | 102 |
| Binary | 11000001 | 11001010 | 10000101 | 100 | 0 | 100010 | 10101 | 1000100 | 100111 | 1000010 |
Color Harmonies of #C1CA85
Complementary color
Monochromatic Colors of #C1CA85
Black with #C1CA85
Text Example
Text Example
White with #C1CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA85; }
p { color: rgb(193,202,133); }
H1.HeaderClassName
{
color: #C1CA85;
}
.AnyTagClassName
{
color: #C1CA85;
}
</style>
background-color css
<style>
a { background-color: #C1CA85; }
a { background-color: rgb(193,202,133); }
div.DivClassName
{
background-color: #C1CA85;
}
.BgClassName
{
background-color: #C1CA85;
}
</style>
border-color css
<style>
span { border-color: #C1CA85; }
span { border-color: rgb(193,202,133); }
td.TdClassName
{
border-color: #C1CA85;
}
.TagClassName
{
border-color: #C1CA85;
}
</style>