Shades of Deco #C7D08F
Tints of Deco #C7D08F
RGB
CMYK
RGB Variations
Color information
#C7D08F (or 0xC7D08F) is known color: Deco. HEX triplet: C7, D0 and 8F. RGB value is (199,208,143). Sum of RGB (Red+Green+Blue) = 199+208+143=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D08F is #382F70. Grayscale: #C6C6C6. Windows color (decimal): -3682161 or 9425095. OLE color: 9425095.
HSL color Cylindrical-coordinate representation of color #C7D08F: hue angle of 68.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7D08F is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 143 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.18 |
| HSL | 68.31º | 0.41% | 0.69% | - |
| HSV(B) | 68.31º | 0.31% | 0.82% | - |
| XYZ | 51.07 | 59.24 | 34.73 | - |
| YUV | 197.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 143 | 0.04 | 0 | 0.31 | 0.18 | 68.31 | 0.41 | 0.69 |
| Hex | C7 | D0 | 8F | 4 | 0 | 1F | 12 | 44 | 29 | 45 |
| Octal | 307 | 320 | 217 | 4 | 0 | 37 | 22 | 104 | 51 | 105 |
| Binary | 11000111 | 11010000 | 10001111 | 100 | 0 | 11111 | 10010 | 1000100 | 101001 | 1000101 |
Color Harmonies of #C7D08F
Complementary color
Monochromatic Colors of #C7D08F
Black with #C7D08F
Text Example
Text Example
White with #C7D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D08F; }
p { color: rgb(199,208,143); }
H1.HeaderClassName
{
color: #C7D08F;
}
.AnyTagClassName
{
color: #C7D08F;
}
</style>
background-color css
<style>
a { background-color: #C7D08F; }
a { background-color: rgb(199,208,143); }
div.DivClassName
{
background-color: #C7D08F;
}
.BgClassName
{
background-color: #C7D08F;
}
</style>
border-color css
<style>
span { border-color: #C7D08F; }
span { border-color: rgb(199,208,143); }
td.TdClassName
{
border-color: #C7D08F;
}
.TagClassName
{
border-color: #C7D08F;
}
</style>