Shades of Deco #C7CF88
Tints of Deco #C7CF88
RGB
CMYK
RGB Variations
Color information
#C7CF88 (or 0xC7CF88) is known color: Deco. HEX triplet: C7, CF and 88. RGB value is (199,207,136). Sum of RGB (Red+Green+Blue) = 199+207+136=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF88 is #383077. Grayscale: #C4C4C4. Windows color (decimal): -3682424 or 8966087. OLE color: 8966087.
HSL color Cylindrical-coordinate representation of color #C7CF88: hue angle of 66.76º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7CF88 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 136 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.19 |
| HSL | 66.76º | 0.43% | 0.67% | - |
| HSV(B) | 66.76º | 0.34% | 0.81% | - |
| XYZ | 50.31 | 58.55 | 31.94 | - |
| YUV | 196.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 136 | 0.04 | 0 | 0.34 | 0.19 | 66.76 | 0.43 | 0.67 |
| Hex | C7 | CF | 88 | 4 | 0 | 22 | 13 | 43 | 2B | 43 |
| Octal | 307 | 317 | 210 | 4 | 0 | 42 | 23 | 103 | 53 | 103 |
| Binary | 11000111 | 11001111 | 10001000 | 100 | 0 | 100010 | 10011 | 1000011 | 101011 | 1000011 |
Color Harmonies of #C7CF88
Complementary color
Monochromatic Colors of #C7CF88
Black with #C7CF88
Text Example
Text Example
White with #C7CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF88; }
p { color: rgb(199,207,136); }
H1.HeaderClassName
{
color: #C7CF88;
}
.AnyTagClassName
{
color: #C7CF88;
}
</style>
background-color css
<style>
a { background-color: #C7CF88; }
a { background-color: rgb(199,207,136); }
div.DivClassName
{
background-color: #C7CF88;
}
.BgClassName
{
background-color: #C7CF88;
}
</style>
border-color css
<style>
span { border-color: #C7CF88; }
span { border-color: rgb(199,207,136); }
td.TdClassName
{
border-color: #C7CF88;
}
.TagClassName
{
border-color: #C7CF88;
}
</style>