Shades of Reef #C9DC9E
Tints of Reef #C9DC9E
RGB
CMYK
RGB Variations
Color information
#C9DC9E (or 0xC9DC9E) is known color: Reef. HEX triplet: C9, DC and 9E. RGB value is (201,220,158). Sum of RGB (Red+Green+Blue) = 201+220+158=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC9E is #362361. Grayscale: #CFCFCF. Windows color (decimal): -3548002 or 10411209. OLE color: 10411209.
HSL color Cylindrical-coordinate representation of color #C9DC9E: hue angle of 78.39º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9DC9E is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 158 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.14 |
| HSL | 78.39º | 0.47% | 0.74% | - |
| HSV(B) | 78.39º | 0.28% | 0.86% | - |
| XYZ | 55.85 | 66.07 | 42.16 | - |
| YUV | 207.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 158 | 0.09 | 0 | 0.28 | 0.14 | 78.39 | 0.47 | 0.74 |
| Hex | C9 | DC | 9E | 9 | 0 | 1C | E | 4E | 2F | 4A |
| Octal | 311 | 334 | 236 | 11 | 0 | 34 | 16 | 116 | 57 | 112 |
| Binary | 11001001 | 11011100 | 10011110 | 1001 | 0 | 11100 | 1110 | 1001110 | 101111 | 1001010 |
Color Harmonies of #C9DC9E
Complementary color
Monochromatic Colors of #C9DC9E
Black with #C9DC9E
Text Example
Text Example
White with #C9DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC9E; }
p { color: rgb(201,220,158); }
H1.HeaderClassName
{
color: #C9DC9E;
}
.AnyTagClassName
{
color: #C9DC9E;
}
</style>
background-color css
<style>
a { background-color: #C9DC9E; }
a { background-color: rgb(201,220,158); }
div.DivClassName
{
background-color: #C9DC9E;
}
.BgClassName
{
background-color: #C9DC9E;
}
</style>
border-color css
<style>
span { border-color: #C9DC9E; }
span { border-color: rgb(201,220,158); }
td.TdClassName
{
border-color: #C9DC9E;
}
.TagClassName
{
border-color: #C9DC9E;
}
</style>