Shades of Reef #C8E9A0
Tints of Reef #C8E9A0
RGB
CMYK
RGB Variations
Color information
#C8E9A0 (or 0xC8E9A0) is known color: Reef. HEX triplet: C8, E9 and A0. RGB value is (200,233,160). Sum of RGB (Red+Green+Blue) = 200+233+160=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E9A0 is #37165F. Grayscale: #D7D7D7. Windows color (decimal): -3610208 or 10545608. OLE color: 10545608.
HSL color Cylindrical-coordinate representation of color #C8E9A0: hue angle of 87.12º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8E9A0 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 160 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.09 |
| HSL | 87.12º | 0.62% | 0.77% | - |
| HSV(B) | 87.12º | 0.31% | 0.91% | - |
| XYZ | 59.3 | 73.1 | 44.24 | - |
| YUV | 214.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 160 | 0.14 | 0 | 0.31 | 0.09 | 87.12 | 0.62 | 0.77 |
| Hex | C8 | E9 | A0 | E | 0 | 1F | 9 | 57 | 3E | 4D |
| Octal | 310 | 351 | 240 | 16 | 0 | 37 | 11 | 127 | 76 | 115 |
| Binary | 11001000 | 11101001 | 10100000 | 1110 | 0 | 11111 | 1001 | 1010111 | 111110 | 1001101 |
Color Harmonies of #C8E9A0
Complementary color
Monochromatic Colors of #C8E9A0
Black with #C8E9A0
Text Example
Text Example
White with #C8E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E9A0; }
p { color: rgb(200,233,160); }
H1.HeaderClassName
{
color: #C8E9A0;
}
.AnyTagClassName
{
color: #C8E9A0;
}
</style>
background-color css
<style>
a { background-color: #C8E9A0; }
a { background-color: rgb(200,233,160); }
div.DivClassName
{
background-color: #C8E9A0;
}
.BgClassName
{
background-color: #C8E9A0;
}
</style>
border-color css
<style>
span { border-color: #C8E9A0; }
span { border-color: rgb(200,233,160); }
td.TdClassName
{
border-color: #C8E9A0;
}
.TagClassName
{
border-color: #C8E9A0;
}
</style>