Shades of Reef #C8DC98
Tints of Reef #C8DC98
RGB
CMYK
RGB Variations
Color information
#C8DC98 (or 0xC8DC98) is known color: Reef. HEX triplet: C8, DC and 98. RGB value is (200,220,152). Sum of RGB (Red+Green+Blue) = 200+220+152=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC98 is #372367. Grayscale: #CECECE. Windows color (decimal): -3613544 or 10017992. OLE color: 10017992.
HSL color Cylindrical-coordinate representation of color #C8DC98: hue angle of 77.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8DC98 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 152 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.14 |
| HSL | 77.65º | 0.49% | 0.73% | - |
| HSV(B) | 77.65º | 0.31% | 0.86% | - |
| XYZ | 55.08 | 65.73 | 39.49 | - |
| YUV | 206.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 152 | 0.09 | 0 | 0.31 | 0.14 | 77.65 | 0.49 | 0.73 |
| Hex | C8 | DC | 98 | 9 | 0 | 1F | E | 4E | 31 | 49 |
| Octal | 310 | 334 | 230 | 11 | 0 | 37 | 16 | 116 | 61 | 111 |
| Binary | 11001000 | 11011100 | 10011000 | 1001 | 0 | 11111 | 1110 | 1001110 | 110001 | 1001001 |
Color Harmonies of #C8DC98
Complementary color
Monochromatic Colors of #C8DC98
Black with #C8DC98
Text Example
Text Example
White with #C8DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC98; }
p { color: rgb(200,220,152); }
H1.HeaderClassName
{
color: #C8DC98;
}
.AnyTagClassName
{
color: #C8DC98;
}
</style>
background-color css
<style>
a { background-color: #C8DC98; }
a { background-color: rgb(200,220,152); }
div.DivClassName
{
background-color: #C8DC98;
}
.BgClassName
{
background-color: #C8DC98;
}
</style>
border-color css
<style>
span { border-color: #C8DC98; }
span { border-color: rgb(200,220,152); }
td.TdClassName
{
border-color: #C8DC98;
}
.TagClassName
{
border-color: #C8DC98;
}
</style>