Shades of Reef #C9DBA1
Tints of Reef #C9DBA1
RGB
CMYK
RGB Variations
Color information
#C9DBA1 (or 0xC9DBA1) is known color: Reef. HEX triplet: C9, DB and A1. RGB value is (201,219,161). Sum of RGB (Red+Green+Blue) = 201+219+161=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBA1 is #36245E. Grayscale: #CFCFCF. Windows color (decimal): -3548255 or 10607561. OLE color: 10607561.
HSL color Cylindrical-coordinate representation of color #C9DBA1: hue angle of 78.62º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9DBA1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 161 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.14 |
| HSL | 78.62º | 0.45% | 0.75% | - |
| HSV(B) | 78.62º | 0.26% | 0.86% | - |
| XYZ | 55.85 | 65.65 | 43.45 | - |
| YUV | 207.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 161 | 0.08 | 0 | 0.26 | 0.14 | 78.62 | 0.45 | 0.75 |
| Hex | C9 | DB | A1 | 8 | 0 | 1A | E | 4F | 2D | 4B |
| Octal | 311 | 333 | 241 | 10 | 0 | 32 | 16 | 117 | 55 | 113 |
| Binary | 11001001 | 11011011 | 10100001 | 1000 | 0 | 11010 | 1110 | 1001111 | 101101 | 1001011 |
Color Harmonies of #C9DBA1
Complementary color
Monochromatic Colors of #C9DBA1
Black with #C9DBA1
Text Example
Text Example
White with #C9DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBA1; }
p { color: rgb(201,219,161); }
H1.HeaderClassName
{
color: #C9DBA1;
}
.AnyTagClassName
{
color: #C9DBA1;
}
</style>
background-color css
<style>
a { background-color: #C9DBA1; }
a { background-color: rgb(201,219,161); }
div.DivClassName
{
background-color: #C9DBA1;
}
.BgClassName
{
background-color: #C9DBA1;
}
</style>
border-color css
<style>
span { border-color: #C9DBA1; }
span { border-color: rgb(201,219,161); }
td.TdClassName
{
border-color: #C9DBA1;
}
.TagClassName
{
border-color: #C9DBA1;
}
</style>