Shades of Reef #C9E196
Tints of Reef #C9E196
RGB
CMYK
RGB Variations
Color information
#C9E196 (or 0xC9E196) is known color: Reef. HEX triplet: C9, E1 and 96. RGB value is (201,225,150). Sum of RGB (Red+Green+Blue) = 201+225+150=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E196 is #361E69. Grayscale: #D1D1D1. Windows color (decimal): -3546730 or 9888201. OLE color: 9888201.
HSL color Cylindrical-coordinate representation of color #C9E196: hue angle of 79.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9E196 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 150 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.12 |
| HSL | 79.2º | 0.56% | 0.74% | - |
| HSV(B) | 79.2º | 0.33% | 0.88% | - |
| XYZ | 56.52 | 68.47 | 39.09 | - |
| YUV | 209.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 150 | 0.11 | 0 | 0.33 | 0.12 | 79.2 | 0.56 | 0.74 |
| Hex | C9 | E1 | 96 | B | 0 | 21 | C | 4F | 38 | 4A |
| Octal | 311 | 341 | 226 | 13 | 0 | 41 | 14 | 117 | 70 | 112 |
| Binary | 11001001 | 11100001 | 10010110 | 1011 | 0 | 100001 | 1100 | 1001111 | 111000 | 1001010 |
Color Harmonies of #C9E196
Complementary color
Monochromatic Colors of #C9E196
Black with #C9E196
Text Example
Text Example
White with #C9E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E196; }
p { color: rgb(201,225,150); }
H1.HeaderClassName
{
color: #C9E196;
}
.AnyTagClassName
{
color: #C9E196;
}
</style>
background-color css
<style>
a { background-color: #C9E196; }
a { background-color: rgb(201,225,150); }
div.DivClassName
{
background-color: #C9E196;
}
.BgClassName
{
background-color: #C9E196;
}
</style>
border-color css
<style>
span { border-color: #C9E196; }
span { border-color: rgb(201,225,150); }
td.TdClassName
{
border-color: #C9E196;
}
.TagClassName
{
border-color: #C9E196;
}
</style>