Shades of Orinoco #C9CDAA
Tints of Orinoco #C9CDAA
RGB
CMYK
RGB Variations
Color information
#C9CDAA (or 0xC9CDAA) is known color: Orinoco. HEX triplet: C9, CD and AA. RGB value is (201,205,170). Sum of RGB (Red+Green+Blue) = 201+205+170=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CDAA is #363255. Grayscale: #C7C7C7. Windows color (decimal): -3551830 or 11193801. OLE color: 11193801.
HSL color Cylindrical-coordinate representation of color #C9CDAA: hue angle of 66.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9CDAA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 170 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.20 |
| HSL | 66.86º | 0.26% | 0.74% | - |
| HSV(B) | 66.86º | 0.17% | 0.8% | - |
| XYZ | 53.17 | 58.98 | 46.61 | - |
| YUV | 199.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 170 | 0.02 | 0 | 0.17 | 0.20 | 66.86 | 0.26 | 0.74 |
| Hex | C9 | CD | AA | 2 | 0 | 11 | 14 | 43 | 1A | 4A |
| Octal | 311 | 315 | 252 | 2 | 0 | 21 | 24 | 103 | 32 | 112 |
| Binary | 11001001 | 11001101 | 10101010 | 10 | 0 | 10001 | 10100 | 1000011 | 11010 | 1001010 |
Color Harmonies of #C9CDAA
Complementary color
Monochromatic Colors of #C9CDAA
Black with #C9CDAA
Text Example
Text Example
White with #C9CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDAA; }
p { color: rgb(201,205,170); }
H1.HeaderClassName
{
color: #C9CDAA;
}
.AnyTagClassName
{
color: #C9CDAA;
}
</style>
background-color css
<style>
a { background-color: #C9CDAA; }
a { background-color: rgb(201,205,170); }
div.DivClassName
{
background-color: #C9CDAA;
}
.BgClassName
{
background-color: #C9CDAA;
}
</style>
border-color css
<style>
span { border-color: #C9CDAA; }
span { border-color: rgb(201,205,170); }
td.TdClassName
{
border-color: #C9CDAA;
}
.TagClassName
{
border-color: #C9CDAA;
}
</style>