Shades of Reef #C9E2A6
Tints of Reef #C9E2A6
RGB
CMYK
RGB Variations
Color information
#C9E2A6 (or 0xC9E2A6) is known color: Reef. HEX triplet: C9, E2 and A6. RGB value is (201,226,166). Sum of RGB (Red+Green+Blue) = 201+226+166=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E2A6 is #361D59. Grayscale: #D3D3D3. Windows color (decimal): -3546458 or 10937033. OLE color: 10937033.
HSL color Cylindrical-coordinate representation of color #C9E2A6: hue angle of 85º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9E2A6 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 166 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.11 |
| HSL | 85º | 0.51% | 0.77% | - |
| HSV(B) | 85º | 0.27% | 0.89% | - |
| XYZ | 58.17 | 69.56 | 46.44 | - |
| YUV | 211.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 166 | 0.11 | 0 | 0.27 | 0.11 | 85 | 0.51 | 0.77 |
| Hex | C9 | E2 | A6 | B | 0 | 1B | B | 55 | 33 | 4D |
| Octal | 311 | 342 | 246 | 13 | 0 | 33 | 13 | 125 | 63 | 115 |
| Binary | 11001001 | 11100010 | 10100110 | 1011 | 0 | 11011 | 1011 | 1010101 | 110011 | 1001101 |
Color Harmonies of #C9E2A6
Complementary color
Monochromatic Colors of #C9E2A6
Black with #C9E2A6
Text Example
Text Example
White with #C9E2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E2A6; }
p { color: rgb(201,226,166); }
H1.HeaderClassName
{
color: #C9E2A6;
}
.AnyTagClassName
{
color: #C9E2A6;
}
</style>
background-color css
<style>
a { background-color: #C9E2A6; }
a { background-color: rgb(201,226,166); }
div.DivClassName
{
background-color: #C9E2A6;
}
.BgClassName
{
background-color: #C9E2A6;
}
</style>
border-color css
<style>
span { border-color: #C9E2A6; }
span { border-color: rgb(201,226,166); }
td.TdClassName
{
border-color: #C9E2A6;
}
.TagClassName
{
border-color: #C9E2A6;
}
</style>