Shades of Reef #C8E0A6
Tints of Reef #C8E0A6
RGB
CMYK
RGB Variations
Color information
#C8E0A6 (or 0xC8E0A6) is known color: Reef. HEX triplet: C8, E0 and A6. RGB value is (200,224,166). Sum of RGB (Red+Green+Blue) = 200+224+166=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E0A6 is #371F59. Grayscale: #D2D2D2. Windows color (decimal): -3612506 or 10936520. OLE color: 10936520.
HSL color Cylindrical-coordinate representation of color #C8E0A6: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8E0A6 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 166 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.12 |
| HSL | 84.83º | 0.48% | 0.76% | - |
| HSV(B) | 84.83º | 0.26% | 0.88% | - |
| XYZ | 57.36 | 68.34 | 46.24 | - |
| YUV | 210.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 166 | 0.11 | 0 | 0.26 | 0.12 | 84.83 | 0.48 | 0.76 |
| Hex | C8 | E0 | A6 | B | 0 | 1A | C | 55 | 30 | 4C |
| Octal | 310 | 340 | 246 | 13 | 0 | 32 | 14 | 125 | 60 | 114 |
| Binary | 11001000 | 11100000 | 10100110 | 1011 | 0 | 11010 | 1100 | 1010101 | 110000 | 1001100 |
Color Harmonies of #C8E0A6
Complementary color
Monochromatic Colors of #C8E0A6
Black with #C8E0A6
Text Example
Text Example
White with #C8E0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0A6; }
p { color: rgb(200,224,166); }
H1.HeaderClassName
{
color: #C8E0A6;
}
.AnyTagClassName
{
color: #C8E0A6;
}
</style>
background-color css
<style>
a { background-color: #C8E0A6; }
a { background-color: rgb(200,224,166); }
div.DivClassName
{
background-color: #C8E0A6;
}
.BgClassName
{
background-color: #C8E0A6;
}
</style>
border-color css
<style>
span { border-color: #C8E0A6; }
span { border-color: rgb(200,224,166); }
td.TdClassName
{
border-color: #C8E0A6;
}
.TagClassName
{
border-color: #C8E0A6;
}
</style>