Shades of Deco #C7CE8A
Tints of Deco #C7CE8A
RGB
CMYK
RGB Variations
Color information
#C7CE8A (or 0xC7CE8A) is known color: Deco. HEX triplet: C7, CE and 8A. RGB value is (199,206,138). Sum of RGB (Red+Green+Blue) = 199+206+138=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CE8A is #383175. Grayscale: #C4C4C4. Windows color (decimal): -3682678 or 9096903. OLE color: 9096903.
HSL color Cylindrical-coordinate representation of color #C7CE8A: hue angle of 66.18º 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 #C7CE8A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 138 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.19 |
| HSL | 66.18º | 0.41% | 0.67% | - |
| HSV(B) | 66.18º | 0.33% | 0.81% | - |
| XYZ | 50.21 | 58.12 | 32.62 | - |
| YUV | 196.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 138 | 0.03 | 0 | 0.33 | 0.19 | 66.18 | 0.41 | 0.67 |
| Hex | C7 | CE | 8A | 3 | 0 | 21 | 13 | 42 | 29 | 43 |
| Octal | 307 | 316 | 212 | 3 | 0 | 41 | 23 | 102 | 51 | 103 |
| Binary | 11000111 | 11001110 | 10001010 | 11 | 0 | 100001 | 10011 | 1000010 | 101001 | 1000011 |
Color Harmonies of #C7CE8A
Complementary color
Monochromatic Colors of #C7CE8A
Black with #C7CE8A
Text Example
Text Example
White with #C7CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE8A; }
p { color: rgb(199,206,138); }
H1.HeaderClassName
{
color: #C7CE8A;
}
.AnyTagClassName
{
color: #C7CE8A;
}
</style>
background-color css
<style>
a { background-color: #C7CE8A; }
a { background-color: rgb(199,206,138); }
div.DivClassName
{
background-color: #C7CE8A;
}
.BgClassName
{
background-color: #C7CE8A;
}
</style>
border-color css
<style>
span { border-color: #C7CE8A; }
span { border-color: rgb(199,206,138); }
td.TdClassName
{
border-color: #C7CE8A;
}
.TagClassName
{
border-color: #C7CE8A;
}
</style>