Shades of Deco #C1CE8A
Tints of Deco #C1CE8A
RGB
CMYK
RGB Variations
Color information
#C1CE8A (or 0xC1CE8A) is known color: Deco. HEX triplet: C1, CE and 8A. RGB value is (193,206,138). Sum of RGB (Red+Green+Blue) = 193+206+138=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CE8A is #3E3175. Grayscale: #C2C2C2. Windows color (decimal): -4075894 or 9096897. OLE color: 9096897.
HSL color Cylindrical-coordinate representation of color #C1CE8A: hue angle of 71.47º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1CE8A is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 138 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.19 |
| HSL | 71.47º | 0.41% | 0.67% | - |
| HSV(B) | 71.47º | 0.33% | 0.81% | - |
| XYZ | 48.65 | 57.32 | 32.54 | - |
| YUV | 194.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 138 | 0.06 | 0 | 0.33 | 0.19 | 71.47 | 0.41 | 0.67 |
| Hex | C1 | CE | 8A | 6 | 0 | 21 | 13 | 47 | 29 | 43 |
| Octal | 301 | 316 | 212 | 6 | 0 | 41 | 23 | 107 | 51 | 103 |
| Binary | 11000001 | 11001110 | 10001010 | 110 | 0 | 100001 | 10011 | 1000111 | 101001 | 1000011 |
Color Harmonies of #C1CE8A
Complementary color
Monochromatic Colors of #C1CE8A
Black with #C1CE8A
Text Example
Text Example
White with #C1CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE8A; }
p { color: rgb(193,206,138); }
H1.HeaderClassName
{
color: #C1CE8A;
}
.AnyTagClassName
{
color: #C1CE8A;
}
</style>
background-color css
<style>
a { background-color: #C1CE8A; }
a { background-color: rgb(193,206,138); }
div.DivClassName
{
background-color: #C1CE8A;
}
.BgClassName
{
background-color: #C1CE8A;
}
</style>
border-color css
<style>
span { border-color: #C1CE8A; }
span { border-color: rgb(193,206,138); }
td.TdClassName
{
border-color: #C1CE8A;
}
.TagClassName
{
border-color: #C1CE8A;
}
</style>