Shades of Orinoco #C9CEA9
Tints of Orinoco #C9CEA9
RGB
CMYK
RGB Variations
Color information
#C9CEA9 (or 0xC9CEA9) is known color: Orinoco. HEX triplet: C9, CE and A9. RGB value is (201,206,169). Sum of RGB (Red+Green+Blue) = 201+206+169=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEA9 is #363156. Grayscale: #C8C8C8. Windows color (decimal): -3551575 or 11128521. OLE color: 11128521.
HSL color Cylindrical-coordinate representation of color #C9CEA9: hue angle of 68.11º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9CEA9 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 169 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.19 |
| HSL | 68.11º | 0.27% | 0.74% | - |
| HSV(B) | 68.11º | 0.18% | 0.81% | - |
| XYZ | 53.32 | 59.42 | 46.2 | - |
| YUV | 200.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 169 | 0.02 | 0 | 0.18 | 0.19 | 68.11 | 0.27 | 0.74 |
| Hex | C9 | CE | A9 | 2 | 0 | 12 | 13 | 44 | 1B | 4A |
| Octal | 311 | 316 | 251 | 2 | 0 | 22 | 23 | 104 | 33 | 112 |
| Binary | 11001001 | 11001110 | 10101001 | 10 | 0 | 10010 | 10011 | 1000100 | 11011 | 1001010 |
Color Harmonies of #C9CEA9
Complementary color
Monochromatic Colors of #C9CEA9
Black with #C9CEA9
Text Example
Text Example
White with #C9CEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEA9; }
p { color: rgb(201,206,169); }
H1.HeaderClassName
{
color: #C9CEA9;
}
.AnyTagClassName
{
color: #C9CEA9;
}
</style>
background-color css
<style>
a { background-color: #C9CEA9; }
a { background-color: rgb(201,206,169); }
div.DivClassName
{
background-color: #C9CEA9;
}
.BgClassName
{
background-color: #C9CEA9;
}
</style>
border-color css
<style>
span { border-color: #C9CEA9; }
span { border-color: rgb(201,206,169); }
td.TdClassName
{
border-color: #C9CEA9;
}
.TagClassName
{
border-color: #C9CEA9;
}
</style>