Shades of Reef #C8E0A7
Tints of Reef #C8E0A7
RGB
CMYK
RGB Variations
Color information
#C8E0A7 (or 0xC8E0A7) is known color: Reef. HEX triplet: C8, E0 and A7. RGB value is (200,224,167). Sum of RGB (Red+Green+Blue) = 200+224+167=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E0A7 is #371F58. Grayscale: #D2D2D2. Windows color (decimal): -3612505 or 11002056. OLE color: 11002056.
HSL color Cylindrical-coordinate representation of color #C8E0A7: hue angle of 85.26º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8E0A7 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 167 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.12 |
| HSL | 85.26º | 0.48% | 0.77% | - |
| HSV(B) | 85.26º | 0.25% | 0.88% | - |
| XYZ | 57.45 | 68.38 | 46.73 | - |
| YUV | 210.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 167 | 0.11 | 0 | 0.25 | 0.12 | 85.26 | 0.48 | 0.77 |
| Hex | C8 | E0 | A7 | B | 0 | 19 | C | 55 | 30 | 4D |
| Octal | 310 | 340 | 247 | 13 | 0 | 31 | 14 | 125 | 60 | 115 |
| Binary | 11001000 | 11100000 | 10100111 | 1011 | 0 | 11001 | 1100 | 1010101 | 110000 | 1001101 |
Color Harmonies of #C8E0A7
Complementary color
Monochromatic Colors of #C8E0A7
Black with #C8E0A7
Text Example
Text Example
White with #C8E0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0A7; }
p { color: rgb(200,224,167); }
H1.HeaderClassName
{
color: #C8E0A7;
}
.AnyTagClassName
{
color: #C8E0A7;
}
</style>
background-color css
<style>
a { background-color: #C8E0A7; }
a { background-color: rgb(200,224,167); }
div.DivClassName
{
background-color: #C8E0A7;
}
.BgClassName
{
background-color: #C8E0A7;
}
</style>
border-color css
<style>
span { border-color: #C8E0A7; }
span { border-color: rgb(200,224,167); }
td.TdClassName
{
border-color: #C8E0A7;
}
.TagClassName
{
border-color: #C8E0A7;
}
</style>