Shades of Orinoco #C9CFA6
Tints of Orinoco #C9CFA6
RGB
CMYK
RGB Variations
Color information
#C9CFA6 (or 0xC9CFA6) is known color: Orinoco. HEX triplet: C9, CF and A6. RGB value is (201,207,166). Sum of RGB (Red+Green+Blue) = 201+207+166=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFA6 is #363059. Grayscale: #C8C8C8. Windows color (decimal): -3551322 or 10932169. OLE color: 10932169.
HSL color Cylindrical-coordinate representation of color #C9CFA6: hue angle of 68.78º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CFA6 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 166 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.19 |
| HSL | 68.78º | 0.3% | 0.73% | - |
| HSV(B) | 68.78º | 0.2% | 0.81% | - |
| XYZ | 53.28 | 59.8 | 44.81 | - |
| YUV | 200.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 166 | 0.03 | 0 | 0.20 | 0.19 | 68.78 | 0.3 | 0.73 |
| Hex | C9 | CF | A6 | 3 | 0 | 14 | 13 | 45 | 1E | 49 |
| Octal | 311 | 317 | 246 | 3 | 0 | 24 | 23 | 105 | 36 | 111 |
| Binary | 11001001 | 11001111 | 10100110 | 11 | 0 | 10100 | 10011 | 1000101 | 11110 | 1001001 |
Color Harmonies of #C9CFA6
Complementary color
Monochromatic Colors of #C9CFA6
Black with #C9CFA6
Text Example
Text Example
White with #C9CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFA6; }
p { color: rgb(201,207,166); }
H1.HeaderClassName
{
color: #C9CFA6;
}
.AnyTagClassName
{
color: #C9CFA6;
}
</style>
background-color css
<style>
a { background-color: #C9CFA6; }
a { background-color: rgb(201,207,166); }
div.DivClassName
{
background-color: #C9CFA6;
}
.BgClassName
{
background-color: #C9CFA6;
}
</style>
border-color css
<style>
span { border-color: #C9CFA6; }
span { border-color: rgb(201,207,166); }
td.TdClassName
{
border-color: #C9CFA6;
}
.TagClassName
{
border-color: #C9CFA6;
}
</style>