Shades of Reef #C8E1A6
Tints of Reef #C8E1A6
RGB
CMYK
RGB Variations
Color information
#C8E1A6 (or 0xC8E1A6) is known color: Reef. HEX triplet: C8, E1 and A6. RGB value is (200,225,166). Sum of RGB (Red+Green+Blue) = 200+225+166=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E1A6 is #371E59. Grayscale: #D3D3D3. Windows color (decimal): -3612250 or 10936776. OLE color: 10936776.
HSL color Cylindrical-coordinate representation of color #C8E1A6: hue angle of 85.42º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8E1A6 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 166 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.12 |
| HSL | 85.42º | 0.5% | 0.77% | - |
| HSV(B) | 85.42º | 0.26% | 0.88% | - |
| XYZ | 57.63 | 68.88 | 46.33 | - |
| YUV | 210.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 166 | 0.11 | 0 | 0.26 | 0.12 | 85.42 | 0.5 | 0.77 |
| Hex | C8 | E1 | A6 | B | 0 | 1A | C | 55 | 32 | 4D |
| Octal | 310 | 341 | 246 | 13 | 0 | 32 | 14 | 125 | 62 | 115 |
| Binary | 11001000 | 11100001 | 10100110 | 1011 | 0 | 11010 | 1100 | 1010101 | 110010 | 1001101 |
Color Harmonies of #C8E1A6
Complementary color
Monochromatic Colors of #C8E1A6
Black with #C8E1A6
Text Example
Text Example
White with #C8E1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1A6; }
p { color: rgb(200,225,166); }
H1.HeaderClassName
{
color: #C8E1A6;
}
.AnyTagClassName
{
color: #C8E1A6;
}
</style>
background-color css
<style>
a { background-color: #C8E1A6; }
a { background-color: rgb(200,225,166); }
div.DivClassName
{
background-color: #C8E1A6;
}
.BgClassName
{
background-color: #C8E1A6;
}
</style>
border-color css
<style>
span { border-color: #C8E1A6; }
span { border-color: rgb(200,225,166); }
td.TdClassName
{
border-color: #C8E1A6;
}
.TagClassName
{
border-color: #C8E1A6;
}
</style>