Shades of Reef #C8E1B0
Tints of Reef #C8E1B0
RGB
CMYK
RGB Variations
Color information
#C8E1B0 (or 0xC8E1B0) is known color: Reef. HEX triplet: C8, E1 and B0. RGB value is (200,225,176). Sum of RGB (Red+Green+Blue) = 200+225+176=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E1B0 is #371E4F. Grayscale: #D4D4D4. Windows color (decimal): -3612240 or 11592136. OLE color: 11592136.
HSL color Cylindrical-coordinate representation of color #C8E1B0: hue angle of 90.61º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8E1B0 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 176 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.12 |
| HSL | 90.61º | 0.45% | 0.79% | - |
| HSV(B) | 90.61º | 0.22% | 0.88% | - |
| XYZ | 58.58 | 69.26 | 51.36 | - |
| YUV | 211.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 176 | 0.11 | 0 | 0.22 | 0.12 | 90.61 | 0.45 | 0.79 |
| Hex | C8 | E1 | B0 | B | 0 | 16 | C | 5B | 2D | 4F |
| Octal | 310 | 341 | 260 | 13 | 0 | 26 | 14 | 133 | 55 | 117 |
| Binary | 11001000 | 11100001 | 10110000 | 1011 | 0 | 10110 | 1100 | 1011011 | 101101 | 1001111 |
Color Harmonies of #C8E1B0
Complementary color
Monochromatic Colors of #C8E1B0
Black with #C8E1B0
Text Example
Text Example
White with #C8E1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1B0; }
p { color: rgb(200,225,176); }
H1.HeaderClassName
{
color: #C8E1B0;
}
.AnyTagClassName
{
color: #C8E1B0;
}
</style>
background-color css
<style>
a { background-color: #C8E1B0; }
a { background-color: rgb(200,225,176); }
div.DivClassName
{
background-color: #C8E1B0;
}
.BgClassName
{
background-color: #C8E1B0;
}
</style>
border-color css
<style>
span { border-color: #C8E1B0; }
span { border-color: rgb(200,225,176); }
td.TdClassName
{
border-color: #C8E1B0;
}
.TagClassName
{
border-color: #C8E1B0;
}
</style>