Shades of Reef #C7DB95
Tints of Reef #C7DB95
RGB
CMYK
RGB Variations
Color information
#C7DB95 (or 0xC7DB95) is known color: Reef. HEX triplet: C7, DB and 95. RGB value is (199,219,149). Sum of RGB (Red+Green+Blue) = 199+219+149=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB95 is #38246A. Grayscale: #CDCDCD. Windows color (decimal): -3679339 or 9821127. OLE color: 9821127.
HSL color Cylindrical-coordinate representation of color #C7DB95: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7DB95 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 149 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.14 |
| HSL | 77.14º | 0.49% | 0.72% | - |
| HSV(B) | 77.14º | 0.32% | 0.86% | - |
| XYZ | 54.31 | 64.98 | 38.11 | - |
| YUV | 205.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 149 | 0.09 | 0 | 0.32 | 0.14 | 77.14 | 0.49 | 0.72 |
| Hex | C7 | DB | 95 | 9 | 0 | 20 | E | 4D | 31 | 48 |
| Octal | 307 | 333 | 225 | 11 | 0 | 40 | 16 | 115 | 61 | 110 |
| Binary | 11000111 | 11011011 | 10010101 | 1001 | 0 | 100000 | 1110 | 1001101 | 110001 | 1001000 |
Color Harmonies of #C7DB95
Complementary color
Monochromatic Colors of #C7DB95
Black with #C7DB95
Text Example
Text Example
White with #C7DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB95; }
p { color: rgb(199,219,149); }
H1.HeaderClassName
{
color: #C7DB95;
}
.AnyTagClassName
{
color: #C7DB95;
}
</style>
background-color css
<style>
a { background-color: #C7DB95; }
a { background-color: rgb(199,219,149); }
div.DivClassName
{
background-color: #C7DB95;
}
.BgClassName
{
background-color: #C7DB95;
}
</style>
border-color css
<style>
span { border-color: #C7DB95; }
span { border-color: rgb(199,219,149); }
td.TdClassName
{
border-color: #C7DB95;
}
.TagClassName
{
border-color: #C7DB95;
}
</style>