Shades of Reef #C8DC97
Tints of Reef #C8DC97
RGB
CMYK
RGB Variations
Color information
#C8DC97 (or 0xC8DC97) is known color: Reef. HEX triplet: C8, DC and 97. RGB value is (200,220,151). Sum of RGB (Red+Green+Blue) = 200+220+151=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC97 is #372368. Grayscale: #CECECE. Windows color (decimal): -3613545 or 9952456. OLE color: 9952456.
HSL color Cylindrical-coordinate representation of color #C8DC97: hue angle of 77.39º degrees, saturation: 0.5, 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 #C8DC97 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 151 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.14 |
| HSL | 77.39º | 0.5% | 0.73% | - |
| HSV(B) | 77.39º | 0.31% | 0.86% | - |
| XYZ | 55 | 65.7 | 39.06 | - |
| YUV | 206.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 151 | 0.09 | 0 | 0.31 | 0.14 | 77.39 | 0.5 | 0.73 |
| Hex | C8 | DC | 97 | 9 | 0 | 1F | E | 4D | 32 | 49 |
| Octal | 310 | 334 | 227 | 11 | 0 | 37 | 16 | 115 | 62 | 111 |
| Binary | 11001000 | 11011100 | 10010111 | 1001 | 0 | 11111 | 1110 | 1001101 | 110010 | 1001001 |
Color Harmonies of #C8DC97
Complementary color
Monochromatic Colors of #C8DC97
Black with #C8DC97
Text Example
Text Example
White with #C8DC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC97; }
p { color: rgb(200,220,151); }
H1.HeaderClassName
{
color: #C8DC97;
}
.AnyTagClassName
{
color: #C8DC97;
}
</style>
background-color css
<style>
a { background-color: #C8DC97; }
a { background-color: rgb(200,220,151); }
div.DivClassName
{
background-color: #C8DC97;
}
.BgClassName
{
background-color: #C8DC97;
}
</style>
border-color css
<style>
span { border-color: #C8DC97; }
span { border-color: rgb(200,220,151); }
td.TdClassName
{
border-color: #C8DC97;
}
.TagClassName
{
border-color: #C8DC97;
}
</style>