Shades of Deco #C7CA8A
Tints of Deco #C7CA8A
RGB
CMYK
RGB Variations
Color information
#C7CA8A (or 0xC7CA8A) is known color: Deco. HEX triplet: C7, CA and 8A. RGB value is (199,202,138). Sum of RGB (Red+Green+Blue) = 199+202+138=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CA8A is #383575. Grayscale: #C2C2C2. Windows color (decimal): -3683702 or 9095879. OLE color: 9095879.
HSL color Cylindrical-coordinate representation of color #C7CA8A: hue angle of 62.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7CA8A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 138 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.21 |
| HSL | 62.81º | 0.38% | 0.67% | - |
| HSV(B) | 62.81º | 0.32% | 0.79% | - |
| XYZ | 49.26 | 56.22 | 32.3 | - |
| YUV | 193.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 138 | 0.01 | 0 | 0.32 | 0.21 | 62.81 | 0.38 | 0.67 |
| Hex | C7 | CA | 8A | 1 | 0 | 20 | 15 | 3F | 26 | 43 |
| Octal | 307 | 312 | 212 | 1 | 0 | 40 | 25 | 77 | 46 | 103 |
| Binary | 11000111 | 11001010 | 10001010 | 1 | 0 | 100000 | 10101 | 111111 | 100110 | 1000011 |
Color Harmonies of #C7CA8A
Complementary color
Monochromatic Colors of #C7CA8A
Black with #C7CA8A
Text Example
Text Example
White with #C7CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA8A; }
p { color: rgb(199,202,138); }
H1.HeaderClassName
{
color: #C7CA8A;
}
.AnyTagClassName
{
color: #C7CA8A;
}
</style>
background-color css
<style>
a { background-color: #C7CA8A; }
a { background-color: rgb(199,202,138); }
div.DivClassName
{
background-color: #C7CA8A;
}
.BgClassName
{
background-color: #C7CA8A;
}
</style>
border-color css
<style>
span { border-color: #C7CA8A; }
span { border-color: rgb(199,202,138); }
td.TdClassName
{
border-color: #C7CA8A;
}
.TagClassName
{
border-color: #C7CA8A;
}
</style>