Shades of Reef #C8DC96
Tints of Reef #C8DC96
RGB
CMYK
RGB Variations
Color information
#C8DC96 (or 0xC8DC96) is known color: Reef. HEX triplet: C8, DC and 96. RGB value is (200,220,150). Sum of RGB (Red+Green+Blue) = 200+220+150=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC96 is #372369. Grayscale: #CECECE. Windows color (decimal): -3613546 or 9886920. OLE color: 9886920.
HSL color Cylindrical-coordinate representation of color #C8DC96: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8DC96 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 150 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.14 |
| HSL | 77.14º | 0.5% | 0.73% | - |
| HSV(B) | 77.14º | 0.32% | 0.86% | - |
| XYZ | 54.92 | 65.67 | 38.63 | - |
| YUV | 206.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 150 | 0.09 | 0 | 0.32 | 0.14 | 77.14 | 0.5 | 0.73 |
| Hex | C8 | DC | 96 | 9 | 0 | 20 | E | 4D | 32 | 49 |
| Octal | 310 | 334 | 226 | 11 | 0 | 40 | 16 | 115 | 62 | 111 |
| Binary | 11001000 | 11011100 | 10010110 | 1001 | 0 | 100000 | 1110 | 1001101 | 110010 | 1001001 |
Color Harmonies of #C8DC96
Complementary color
Monochromatic Colors of #C8DC96
Black with #C8DC96
Text Example
Text Example
White with #C8DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC96; }
p { color: rgb(200,220,150); }
H1.HeaderClassName
{
color: #C8DC96;
}
.AnyTagClassName
{
color: #C8DC96;
}
</style>
background-color css
<style>
a { background-color: #C8DC96; }
a { background-color: rgb(200,220,150); }
div.DivClassName
{
background-color: #C8DC96;
}
.BgClassName
{
background-color: #C8DC96;
}
</style>
border-color css
<style>
span { border-color: #C8DC96; }
span { border-color: rgb(200,220,150); }
td.TdClassName
{
border-color: #C8DC96;
}
.TagClassName
{
border-color: #C8DC96;
}
</style>