Shades of Reef #C7DC9F
Tints of Reef #C7DC9F
RGB
CMYK
RGB Variations
Color information
#C7DC9F (or 0xC7DC9F) is known color: Reef. HEX triplet: C7, DC and 9F. RGB value is (199,220,159). Sum of RGB (Red+Green+Blue) = 199+220+159=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC9F is #382360. Grayscale: #CECECE. Windows color (decimal): -3679073 or 10476743. OLE color: 10476743.
HSL color Cylindrical-coordinate representation of color #C7DC9F: hue angle of 80.66º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7DC9F is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 159 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.14 |
| HSL | 80.66º | 0.47% | 0.74% | - |
| HSV(B) | 80.66º | 0.28% | 0.86% | - |
| XYZ | 55.4 | 65.83 | 42.59 | - |
| YUV | 206.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 159 | 0.10 | 0 | 0.28 | 0.14 | 80.66 | 0.47 | 0.74 |
| Hex | C7 | DC | 9F | A | 0 | 1C | E | 51 | 2F | 4A |
| Octal | 307 | 334 | 237 | 12 | 0 | 34 | 16 | 121 | 57 | 112 |
| Binary | 11000111 | 11011100 | 10011111 | 1010 | 0 | 11100 | 1110 | 1010001 | 101111 | 1001010 |
Color Harmonies of #C7DC9F
Complementary color
Monochromatic Colors of #C7DC9F
Black with #C7DC9F
Text Example
Text Example
White with #C7DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC9F; }
p { color: rgb(199,220,159); }
H1.HeaderClassName
{
color: #C7DC9F;
}
.AnyTagClassName
{
color: #C7DC9F;
}
</style>
background-color css
<style>
a { background-color: #C7DC9F; }
a { background-color: rgb(199,220,159); }
div.DivClassName
{
background-color: #C7DC9F;
}
.BgClassName
{
background-color: #C7DC9F;
}
</style>
border-color css
<style>
span { border-color: #C7DC9F; }
span { border-color: rgb(199,220,159); }
td.TdClassName
{
border-color: #C7DC9F;
}
.TagClassName
{
border-color: #C7DC9F;
}
</style>