Shades of Deco #C7CD8A
Tints of Deco #C7CD8A
RGB
CMYK
RGB Variations
Color information
#C7CD8A (or 0xC7CD8A) is known color: Deco. HEX triplet: C7, CD and 8A. RGB value is (199,205,138). Sum of RGB (Red+Green+Blue) = 199+205+138=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CD8A is #383275. Grayscale: #C3C3C3. Windows color (decimal): -3682934 or 9096647. OLE color: 9096647.
HSL color Cylindrical-coordinate representation of color #C7CD8A: hue angle of 65.37º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7CD8A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 205 | 138 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.20 |
| HSL | 65.37º | 0.4% | 0.67% | - |
| HSV(B) | 65.37º | 0.33% | 0.8% | - |
| XYZ | 49.97 | 57.64 | 32.54 | - |
| YUV | 195.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 205 | 138 | 0.03 | 0 | 0.33 | 0.20 | 65.37 | 0.4 | 0.67 |
| Hex | C7 | CD | 8A | 3 | 0 | 21 | 14 | 41 | 28 | 43 |
| Octal | 307 | 315 | 212 | 3 | 0 | 41 | 24 | 101 | 50 | 103 |
| Binary | 11000111 | 11001101 | 10001010 | 11 | 0 | 100001 | 10100 | 1000001 | 101000 | 1000011 |
Color Harmonies of #C7CD8A
Complementary color
Monochromatic Colors of #C7CD8A
Black with #C7CD8A
Text Example
Text Example
White with #C7CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CD8A; }
p { color: rgb(199,205,138); }
H1.HeaderClassName
{
color: #C7CD8A;
}
.AnyTagClassName
{
color: #C7CD8A;
}
</style>
background-color css
<style>
a { background-color: #C7CD8A; }
a { background-color: rgb(199,205,138); }
div.DivClassName
{
background-color: #C7CD8A;
}
.BgClassName
{
background-color: #C7CD8A;
}
</style>
border-color css
<style>
span { border-color: #C7CD8A; }
span { border-color: rgb(199,205,138); }
td.TdClassName
{
border-color: #C7CD8A;
}
.TagClassName
{
border-color: #C7CD8A;
}
</style>