Shades of Orinoco #C9CFA9
Tints of Orinoco #C9CFA9
RGB
CMYK
RGB Variations
Color information
#C9CFA9 (or 0xC9CFA9) is known color: Orinoco. HEX triplet: C9, CF and A9. RGB value is (201,207,169). Sum of RGB (Red+Green+Blue) = 201+207+169=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFA9 is #363056. Grayscale: #C9C9C9. Windows color (decimal): -3551319 or 11128777. OLE color: 11128777.
HSL color Cylindrical-coordinate representation of color #C9CFA9: hue angle of 69.47º degrees, saturation: 0.28, 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 #C9CFA9 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 169 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.19 |
| HSL | 69.47º | 0.28% | 0.74% | - |
| HSV(B) | 69.47º | 0.18% | 0.81% | - |
| XYZ | 53.56 | 59.91 | 46.28 | - |
| YUV | 200.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 169 | 0.03 | 0 | 0.18 | 0.19 | 69.47 | 0.28 | 0.74 |
| Hex | C9 | CF | A9 | 3 | 0 | 12 | 13 | 45 | 1C | 4A |
| Octal | 311 | 317 | 251 | 3 | 0 | 22 | 23 | 105 | 34 | 112 |
| Binary | 11001001 | 11001111 | 10101001 | 11 | 0 | 10010 | 10011 | 1000101 | 11100 | 1001010 |
Color Harmonies of #C9CFA9
Complementary color
Monochromatic Colors of #C9CFA9
Black with #C9CFA9
Text Example
Text Example
White with #C9CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFA9; }
p { color: rgb(201,207,169); }
H1.HeaderClassName
{
color: #C9CFA9;
}
.AnyTagClassName
{
color: #C9CFA9;
}
</style>
background-color css
<style>
a { background-color: #C9CFA9; }
a { background-color: rgb(201,207,169); }
div.DivClassName
{
background-color: #C9CFA9;
}
.BgClassName
{
background-color: #C9CFA9;
}
</style>
border-color css
<style>
span { border-color: #C9CFA9; }
span { border-color: rgb(201,207,169); }
td.TdClassName
{
border-color: #C9CFA9;
}
.TagClassName
{
border-color: #C9CFA9;
}
</style>