Shades of Deco #C7CF85
Tints of Deco #C7CF85
RGB
CMYK
RGB Variations
Color information
#C7CF85 (or 0xC7CF85) is known color: Deco. HEX triplet: C7, CF and 85. RGB value is (199,207,133). Sum of RGB (Red+Green+Blue) = 199+207+133=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF85 is #38307A. Grayscale: #C4C4C4. Windows color (decimal): -3682427 or 8769479. OLE color: 8769479.
HSL color Cylindrical-coordinate representation of color #C7CF85: hue angle of 66.49º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7CF85 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 133 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.19 |
| HSL | 66.49º | 0.44% | 0.67% | - |
| HSV(B) | 66.49º | 0.36% | 0.81% | - |
| XYZ | 50.1 | 58.46 | 30.83 | - |
| YUV | 196.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 133 | 0.04 | 0 | 0.36 | 0.19 | 66.49 | 0.44 | 0.67 |
| Hex | C7 | CF | 85 | 4 | 0 | 24 | 13 | 42 | 2C | 43 |
| Octal | 307 | 317 | 205 | 4 | 0 | 44 | 23 | 102 | 54 | 103 |
| Binary | 11000111 | 11001111 | 10000101 | 100 | 0 | 100100 | 10011 | 1000010 | 101100 | 1000011 |
Color Harmonies of #C7CF85
Complementary color
Monochromatic Colors of #C7CF85
Black with #C7CF85
Text Example
Text Example
White with #C7CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF85; }
p { color: rgb(199,207,133); }
H1.HeaderClassName
{
color: #C7CF85;
}
.AnyTagClassName
{
color: #C7CF85;
}
</style>
background-color css
<style>
a { background-color: #C7CF85; }
a { background-color: rgb(199,207,133); }
div.DivClassName
{
background-color: #C7CF85;
}
.BgClassName
{
background-color: #C7CF85;
}
</style>
border-color css
<style>
span { border-color: #C7CF85; }
span { border-color: rgb(199,207,133); }
td.TdClassName
{
border-color: #C7CF85;
}
.TagClassName
{
border-color: #C7CF85;
}
</style>