Shades of Orinoco #C9CFA8
Tints of Orinoco #C9CFA8
RGB
CMYK
RGB Variations
Color information
#C9CFA8 (or 0xC9CFA8) is known color: Orinoco. HEX triplet: C9, CF and A8. RGB value is (201,207,168). Sum of RGB (Red+Green+Blue) = 201+207+168=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFA8 is #363057. Grayscale: #C8C8C8. Windows color (decimal): -3551320 or 11063241. OLE color: 11063241.
HSL color Cylindrical-coordinate representation of color #C9CFA8: hue angle of 69.23º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9CFA8 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 168 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.19 |
| HSL | 69.23º | 0.29% | 0.74% | - |
| HSV(B) | 69.23º | 0.19% | 0.81% | - |
| XYZ | 53.47 | 59.87 | 45.78 | - |
| YUV | 200.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 168 | 0.03 | 0 | 0.19 | 0.19 | 69.23 | 0.29 | 0.74 |
| Hex | C9 | CF | A8 | 3 | 0 | 13 | 13 | 45 | 1D | 4A |
| Octal | 311 | 317 | 250 | 3 | 0 | 23 | 23 | 105 | 35 | 112 |
| Binary | 11001001 | 11001111 | 10101000 | 11 | 0 | 10011 | 10011 | 1000101 | 11101 | 1001010 |
Color Harmonies of #C9CFA8
Complementary color
Monochromatic Colors of #C9CFA8
Black with #C9CFA8
Text Example
Text Example
White with #C9CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFA8; }
p { color: rgb(201,207,168); }
H1.HeaderClassName
{
color: #C9CFA8;
}
.AnyTagClassName
{
color: #C9CFA8;
}
</style>
background-color css
<style>
a { background-color: #C9CFA8; }
a { background-color: rgb(201,207,168); }
div.DivClassName
{
background-color: #C9CFA8;
}
.BgClassName
{
background-color: #C9CFA8;
}
</style>
border-color css
<style>
span { border-color: #C9CFA8; }
span { border-color: rgb(201,207,168); }
td.TdClassName
{
border-color: #C9CFA8;
}
.TagClassName
{
border-color: #C9CFA8;
}
</style>