Shades of Reef #C9DCA3
Tints of Reef #C9DCA3
RGB
CMYK
RGB Variations
Color information
#C9DCA3 (or 0xC9DCA3) is known color: Reef. HEX triplet: C9, DC and A3. RGB value is (201,220,163). Sum of RGB (Red+Green+Blue) = 201+220+163=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCA3 is #36235C. Grayscale: #D0D0D0. Windows color (decimal): -3547997 or 10738889. OLE color: 10738889.
HSL color Cylindrical-coordinate representation of color #C9DCA3: hue angle of 80º 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 #C9DCA3 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 163 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.14 |
| HSL | 80º | 0.45% | 0.75% | - |
| HSV(B) | 80º | 0.26% | 0.86% | - |
| XYZ | 56.29 | 66.25 | 44.47 | - |
| YUV | 207.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 163 | 0.09 | 0 | 0.26 | 0.14 | 80 | 0.45 | 0.75 |
| Hex | C9 | DC | A3 | 9 | 0 | 1A | E | 50 | 2D | 4B |
| Octal | 311 | 334 | 243 | 11 | 0 | 32 | 16 | 120 | 55 | 113 |
| Binary | 11001001 | 11011100 | 10100011 | 1001 | 0 | 11010 | 1110 | 1010000 | 101101 | 1001011 |
Color Harmonies of #C9DCA3
Complementary color
Monochromatic Colors of #C9DCA3
Black with #C9DCA3
Text Example
Text Example
White with #C9DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCA3; }
p { color: rgb(201,220,163); }
H1.HeaderClassName
{
color: #C9DCA3;
}
.AnyTagClassName
{
color: #C9DCA3;
}
</style>
background-color css
<style>
a { background-color: #C9DCA3; }
a { background-color: rgb(201,220,163); }
div.DivClassName
{
background-color: #C9DCA3;
}
.BgClassName
{
background-color: #C9DCA3;
}
</style>
border-color css
<style>
span { border-color: #C9DCA3; }
span { border-color: rgb(201,220,163); }
td.TdClassName
{
border-color: #C9DCA3;
}
.TagClassName
{
border-color: #C9DCA3;
}
</style>