Shades of Deco #C7CA8C
Tints of Deco #C7CA8C
RGB
CMYK
RGB Variations
Color information
#C7CA8C (or 0xC7CA8C) is known color: Deco. HEX triplet: C7, CA and 8C. RGB value is (199,202,140). Sum of RGB (Red+Green+Blue) = 199+202+140=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CA8C is #383573. Grayscale: #C2C2C2. Windows color (decimal): -3683700 or 9226951. OLE color: 9226951.
HSL color Cylindrical-coordinate representation of color #C7CA8C: hue angle of 62.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7CA8C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 140 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.21 |
| HSL | 62.9º | 0.37% | 0.67% | - |
| HSV(B) | 62.9º | 0.31% | 0.79% | - |
| XYZ | 49.41 | 56.28 | 33.07 | - |
| YUV | 194.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 140 | 0.01 | 0 | 0.31 | 0.21 | 62.9 | 0.37 | 0.67 |
| Hex | C7 | CA | 8C | 1 | 0 | 1F | 15 | 3F | 25 | 43 |
| Octal | 307 | 312 | 214 | 1 | 0 | 37 | 25 | 77 | 45 | 103 |
| Binary | 11000111 | 11001010 | 10001100 | 1 | 0 | 11111 | 10101 | 111111 | 100101 | 1000011 |
Color Harmonies of #C7CA8C
Complementary color
Monochromatic Colors of #C7CA8C
Black with #C7CA8C
Text Example
Text Example
White with #C7CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA8C; }
p { color: rgb(199,202,140); }
H1.HeaderClassName
{
color: #C7CA8C;
}
.AnyTagClassName
{
color: #C7CA8C;
}
</style>
background-color css
<style>
a { background-color: #C7CA8C; }
a { background-color: rgb(199,202,140); }
div.DivClassName
{
background-color: #C7CA8C;
}
.BgClassName
{
background-color: #C7CA8C;
}
</style>
border-color css
<style>
span { border-color: #C7CA8C; }
span { border-color: rgb(199,202,140); }
td.TdClassName
{
border-color: #C7CA8C;
}
.TagClassName
{
border-color: #C7CA8C;
}
</style>