Shades of Reef #C8E7AE
Tints of Reef #C8E7AE
RGB
CMYK
RGB Variations
Color information
#C8E7AE (or 0xC8E7AE) is known color: Reef. HEX triplet: C8, E7 and AE. RGB value is (200,231,174). Sum of RGB (Red+Green+Blue) = 200+231+174=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E7AE is #371851. Grayscale: #D7D7D7. Windows color (decimal): -3610706 or 11462600. OLE color: 11462600.
HSL color Cylindrical-coordinate representation of color #C8E7AE: hue angle of 92.63º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8E7AE is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 174 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.09 |
| HSL | 92.63º | 0.54% | 0.79% | - |
| HSV(B) | 92.63º | 0.25% | 0.91% | - |
| XYZ | 60.04 | 72.49 | 50.87 | - |
| YUV | 215.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 174 | 0.13 | 0 | 0.25 | 0.09 | 92.63 | 0.54 | 0.79 |
| Hex | C8 | E7 | AE | D | 0 | 19 | 9 | 5D | 36 | 4F |
| Octal | 310 | 347 | 256 | 15 | 0 | 31 | 11 | 135 | 66 | 117 |
| Binary | 11001000 | 11100111 | 10101110 | 1101 | 0 | 11001 | 1001 | 1011101 | 110110 | 1001111 |
Color Harmonies of #C8E7AE
Complementary color
Monochromatic Colors of #C8E7AE
Black with #C8E7AE
Text Example
Text Example
White with #C8E7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E7AE; }
p { color: rgb(200,231,174); }
H1.HeaderClassName
{
color: #C8E7AE;
}
.AnyTagClassName
{
color: #C8E7AE;
}
</style>
background-color css
<style>
a { background-color: #C8E7AE; }
a { background-color: rgb(200,231,174); }
div.DivClassName
{
background-color: #C8E7AE;
}
.BgClassName
{
background-color: #C8E7AE;
}
</style>
border-color css
<style>
span { border-color: #C8E7AE; }
span { border-color: rgb(200,231,174); }
td.TdClassName
{
border-color: #C8E7AE;
}
.TagClassName
{
border-color: #C8E7AE;
}
</style>