Shades of Reef #C8DC95
Tints of Reef #C8DC95
RGB
CMYK
RGB Variations
Color information
#C8DC95 (or 0xC8DC95) is known color: Reef. HEX triplet: C8, DC and 95. RGB value is (200,220,149). Sum of RGB (Red+Green+Blue) = 200+220+149=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC95 is #37236A. Grayscale: #CECECE. Windows color (decimal): -3613547 or 9821384. OLE color: 9821384.
HSL color Cylindrical-coordinate representation of color #C8DC95: hue angle of 76.9º degrees, saturation: 0.5, 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 #C8DC95 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 149 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.14 |
| HSL | 76.9º | 0.5% | 0.72% | - |
| HSV(B) | 76.9º | 0.32% | 0.86% | - |
| XYZ | 54.84 | 65.64 | 38.21 | - |
| YUV | 205.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 149 | 0.09 | 0 | 0.32 | 0.14 | 76.9 | 0.5 | 0.72 |
| Hex | C8 | DC | 95 | 9 | 0 | 20 | E | 4D | 32 | 48 |
| Octal | 310 | 334 | 225 | 11 | 0 | 40 | 16 | 115 | 62 | 110 |
| Binary | 11001000 | 11011100 | 10010101 | 1001 | 0 | 100000 | 1110 | 1001101 | 110010 | 1001000 |
Color Harmonies of #C8DC95
Complementary color
Monochromatic Colors of #C8DC95
Black with #C8DC95
Text Example
Text Example
White with #C8DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC95; }
p { color: rgb(200,220,149); }
H1.HeaderClassName
{
color: #C8DC95;
}
.AnyTagClassName
{
color: #C8DC95;
}
</style>
background-color css
<style>
a { background-color: #C8DC95; }
a { background-color: rgb(200,220,149); }
div.DivClassName
{
background-color: #C8DC95;
}
.BgClassName
{
background-color: #C8DC95;
}
</style>
border-color css
<style>
span { border-color: #C8DC95; }
span { border-color: rgb(200,220,149); }
td.TdClassName
{
border-color: #C8DC95;
}
.TagClassName
{
border-color: #C8DC95;
}
</style>