Shades of Reef #C8DC99
Tints of Reef #C8DC99
RGB
CMYK
RGB Variations
Color information
#C8DC99 (or 0xC8DC99) is known color: Reef. HEX triplet: C8, DC and 99. RGB value is (200,220,153). Sum of RGB (Red+Green+Blue) = 200+220+153=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC99 is #372366. Grayscale: #CECECE. Windows color (decimal): -3613543 or 10083528. OLE color: 10083528.
HSL color Cylindrical-coordinate representation of color #C8DC99: hue angle of 77.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8DC99 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 153 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.14 |
| HSL | 77.91º | 0.49% | 0.73% | - |
| HSV(B) | 77.91º | 0.3% | 0.86% | - |
| XYZ | 55.16 | 65.77 | 39.92 | - |
| YUV | 206.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 153 | 0.09 | 0 | 0.30 | 0.14 | 77.91 | 0.49 | 0.73 |
| Hex | C8 | DC | 99 | 9 | 0 | 1E | E | 4E | 31 | 49 |
| Octal | 310 | 334 | 231 | 11 | 0 | 36 | 16 | 116 | 61 | 111 |
| Binary | 11001000 | 11011100 | 10011001 | 1001 | 0 | 11110 | 1110 | 1001110 | 110001 | 1001001 |
Color Harmonies of #C8DC99
Complementary color
Monochromatic Colors of #C8DC99
Black with #C8DC99
Text Example
Text Example
White with #C8DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC99; }
p { color: rgb(200,220,153); }
H1.HeaderClassName
{
color: #C8DC99;
}
.AnyTagClassName
{
color: #C8DC99;
}
</style>
background-color css
<style>
a { background-color: #C8DC99; }
a { background-color: rgb(200,220,153); }
div.DivClassName
{
background-color: #C8DC99;
}
.BgClassName
{
background-color: #C8DC99;
}
</style>
border-color css
<style>
span { border-color: #C8DC99; }
span { border-color: rgb(200,220,153); }
td.TdClassName
{
border-color: #C8DC99;
}
.TagClassName
{
border-color: #C8DC99;
}
</style>