Shades of Deco #C7CF8A
Tints of Deco #C7CF8A
RGB
CMYK
RGB Variations
Color information
#C7CF8A (or 0xC7CF8A) is known color: Deco. HEX triplet: C7, CF and 8A. RGB value is (199,207,138). Sum of RGB (Red+Green+Blue) = 199+207+138=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF8A is #383075. Grayscale: #C5C5C5. Windows color (decimal): -3682422 or 9097159. OLE color: 9097159.
HSL color Cylindrical-coordinate representation of color #C7CF8A: hue angle of 66.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7CF8A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 138 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.19 |
| HSL | 66.96º | 0.42% | 0.68% | - |
| HSV(B) | 66.96º | 0.33% | 0.81% | - |
| XYZ | 50.45 | 58.6 | 32.7 | - |
| YUV | 196.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 138 | 0.04 | 0 | 0.33 | 0.19 | 66.96 | 0.42 | 0.68 |
| Hex | C7 | CF | 8A | 4 | 0 | 21 | 13 | 43 | 2A | 44 |
| Octal | 307 | 317 | 212 | 4 | 0 | 41 | 23 | 103 | 52 | 104 |
| Binary | 11000111 | 11001111 | 10001010 | 100 | 0 | 100001 | 10011 | 1000011 | 101010 | 1000100 |
Color Harmonies of #C7CF8A
Complementary color
Monochromatic Colors of #C7CF8A
Black with #C7CF8A
Text Example
Text Example
White with #C7CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF8A; }
p { color: rgb(199,207,138); }
H1.HeaderClassName
{
color: #C7CF8A;
}
.AnyTagClassName
{
color: #C7CF8A;
}
</style>
background-color css
<style>
a { background-color: #C7CF8A; }
a { background-color: rgb(199,207,138); }
div.DivClassName
{
background-color: #C7CF8A;
}
.BgClassName
{
background-color: #C7CF8A;
}
</style>
border-color css
<style>
span { border-color: #C7CF8A; }
span { border-color: rgb(199,207,138); }
td.TdClassName
{
border-color: #C7CF8A;
}
.TagClassName
{
border-color: #C7CF8A;
}
</style>