Shades of Reef #C9DFA1
Tints of Reef #C9DFA1
RGB
CMYK
RGB Variations
Color information
#C9DFA1 (or 0xC9DFA1) is known color: Reef. HEX triplet: C9, DF and A1. RGB value is (201,223,161). Sum of RGB (Red+Green+Blue) = 201+223+161=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFA1 is #36205E. Grayscale: #D1D1D1. Windows color (decimal): -3547231 or 10608585. OLE color: 10608585.
HSL color Cylindrical-coordinate representation of color #C9DFA1: hue angle of 81.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9DFA1 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 161 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.13 |
| HSL | 81.29º | 0.49% | 0.75% | - |
| HSV(B) | 81.29º | 0.28% | 0.87% | - |
| XYZ | 56.91 | 67.77 | 43.8 | - |
| YUV | 209.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 161 | 0.10 | 0 | 0.28 | 0.13 | 81.29 | 0.49 | 0.75 |
| Hex | C9 | DF | A1 | A | 0 | 1C | D | 51 | 31 | 4B |
| Octal | 311 | 337 | 241 | 12 | 0 | 34 | 15 | 121 | 61 | 113 |
| Binary | 11001001 | 11011111 | 10100001 | 1010 | 0 | 11100 | 1101 | 1010001 | 110001 | 1001011 |
Color Harmonies of #C9DFA1
Complementary color
Monochromatic Colors of #C9DFA1
Black with #C9DFA1
Text Example
Text Example
White with #C9DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFA1; }
p { color: rgb(201,223,161); }
H1.HeaderClassName
{
color: #C9DFA1;
}
.AnyTagClassName
{
color: #C9DFA1;
}
</style>
background-color css
<style>
a { background-color: #C9DFA1; }
a { background-color: rgb(201,223,161); }
div.DivClassName
{
background-color: #C9DFA1;
}
.BgClassName
{
background-color: #C9DFA1;
}
</style>
border-color css
<style>
span { border-color: #C9DFA1; }
span { border-color: rgb(201,223,161); }
td.TdClassName
{
border-color: #C9DFA1;
}
.TagClassName
{
border-color: #C9DFA1;
}
</style>