Shades of Reef #C9DFA2
Tints of Reef #C9DFA2
RGB
CMYK
RGB Variations
Color information
#C9DFA2 (or 0xC9DFA2) is known color: Reef. HEX triplet: C9, DF and A2. RGB value is (201,223,162). Sum of RGB (Red+Green+Blue) = 201+223+162=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFA2 is #36205D. Grayscale: #D1D1D1. Windows color (decimal): -3547230 or 10674121. OLE color: 10674121.
HSL color Cylindrical-coordinate representation of color #C9DFA2: hue angle of 81.64º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9DFA2 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 162 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.13 |
| HSL | 81.64º | 0.49% | 0.75% | - |
| HSV(B) | 81.64º | 0.27% | 0.87% | - |
| XYZ | 57 | 67.8 | 44.27 | - |
| YUV | 209.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 162 | 0.10 | 0 | 0.27 | 0.13 | 81.64 | 0.49 | 0.75 |
| Hex | C9 | DF | A2 | A | 0 | 1B | D | 52 | 31 | 4B |
| Octal | 311 | 337 | 242 | 12 | 0 | 33 | 15 | 122 | 61 | 113 |
| Binary | 11001001 | 11011111 | 10100010 | 1010 | 0 | 11011 | 1101 | 1010010 | 110001 | 1001011 |
Color Harmonies of #C9DFA2
Complementary color
Monochromatic Colors of #C9DFA2
Black with #C9DFA2
Text Example
Text Example
White with #C9DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFA2; }
p { color: rgb(201,223,162); }
H1.HeaderClassName
{
color: #C9DFA2;
}
.AnyTagClassName
{
color: #C9DFA2;
}
</style>
background-color css
<style>
a { background-color: #C9DFA2; }
a { background-color: rgb(201,223,162); }
div.DivClassName
{
background-color: #C9DFA2;
}
.BgClassName
{
background-color: #C9DFA2;
}
</style>
border-color css
<style>
span { border-color: #C9DFA2; }
span { border-color: rgb(201,223,162); }
td.TdClassName
{
border-color: #C9DFA2;
}
.TagClassName
{
border-color: #C9DFA2;
}
</style>