Shades of Reef #C9E4AF
Tints of Reef #C9E4AF
RGB
CMYK
RGB Variations
Color information
#C9E4AF (or 0xC9E4AF) is known color: Reef. HEX triplet: C9, E4 and AF. RGB value is (201,228,175). Sum of RGB (Red+Green+Blue) = 201+228+175=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E4AF is #361B50. Grayscale: #D6D6D6. Windows color (decimal): -3545937 or 11527369. OLE color: 11527369.
HSL color Cylindrical-coordinate representation of color #C9E4AF: hue angle of 90.57º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9E4AF is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 228 | 175 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.11 |
| HSL | 90.57º | 0.5% | 0.79% | - |
| HSV(B) | 90.57º | 0.23% | 0.89% | - |
| XYZ | 59.57 | 71 | 51.12 | - |
| YUV | 213.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 228 | 175 | 0.12 | 0 | 0.23 | 0.11 | 90.57 | 0.5 | 0.79 |
| Hex | C9 | E4 | AF | C | 0 | 17 | B | 5B | 32 | 4F |
| Octal | 311 | 344 | 257 | 14 | 0 | 27 | 13 | 133 | 62 | 117 |
| Binary | 11001001 | 11100100 | 10101111 | 1100 | 0 | 10111 | 1011 | 1011011 | 110010 | 1001111 |
Color Harmonies of #C9E4AF
Complementary color
Monochromatic Colors of #C9E4AF
Black with #C9E4AF
Text Example
Text Example
White with #C9E4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E4AF; }
p { color: rgb(201,228,175); }
H1.HeaderClassName
{
color: #C9E4AF;
}
.AnyTagClassName
{
color: #C9E4AF;
}
</style>
background-color css
<style>
a { background-color: #C9E4AF; }
a { background-color: rgb(201,228,175); }
div.DivClassName
{
background-color: #C9E4AF;
}
.BgClassName
{
background-color: #C9E4AF;
}
</style>
border-color css
<style>
span { border-color: #C9E4AF; }
span { border-color: rgb(201,228,175); }
td.TdClassName
{
border-color: #C9E4AF;
}
.TagClassName
{
border-color: #C9E4AF;
}
</style>