Shades of Reef #C8E1A1
Tints of Reef #C8E1A1
RGB
CMYK
RGB Variations
Color information
#C8E1A1 (or 0xC8E1A1) is known color: Reef. HEX triplet: C8, E1 and A1. RGB value is (200,225,161). Sum of RGB (Red+Green+Blue) = 200+225+161=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E1A1 is #371E5E. Grayscale: #D2D2D2. Windows color (decimal): -3612255 or 10609096. OLE color: 10609096.
HSL color Cylindrical-coordinate representation of color #C8E1A1: hue angle of 83.44º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8E1A1 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 161 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.12 |
| HSL | 83.44º | 0.52% | 0.76% | - |
| HSV(B) | 83.44º | 0.28% | 0.88% | - |
| XYZ | 57.18 | 68.7 | 43.97 | - |
| YUV | 210.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 161 | 0.11 | 0 | 0.28 | 0.12 | 83.44 | 0.52 | 0.76 |
| Hex | C8 | E1 | A1 | B | 0 | 1C | C | 53 | 34 | 4C |
| Octal | 310 | 341 | 241 | 13 | 0 | 34 | 14 | 123 | 64 | 114 |
| Binary | 11001000 | 11100001 | 10100001 | 1011 | 0 | 11100 | 1100 | 1010011 | 110100 | 1001100 |
Color Harmonies of #C8E1A1
Complementary color
Monochromatic Colors of #C8E1A1
Black with #C8E1A1
Text Example
Text Example
White with #C8E1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1A1; }
p { color: rgb(200,225,161); }
H1.HeaderClassName
{
color: #C8E1A1;
}
.AnyTagClassName
{
color: #C8E1A1;
}
</style>
background-color css
<style>
a { background-color: #C8E1A1; }
a { background-color: rgb(200,225,161); }
div.DivClassName
{
background-color: #C8E1A1;
}
.BgClassName
{
background-color: #C8E1A1;
}
</style>
border-color css
<style>
span { border-color: #C8E1A1; }
span { border-color: rgb(200,225,161); }
td.TdClassName
{
border-color: #C8E1A1;
}
.TagClassName
{
border-color: #C8E1A1;
}
</style>