Shades of Orinoco #C9CFAD
Tints of Orinoco #C9CFAD
RGB
CMYK
RGB Variations
Color information
#C9CFAD (or 0xC9CFAD) is known color: Orinoco. HEX triplet: C9, CF and AD. RGB value is (201,207,173). Sum of RGB (Red+Green+Blue) = 201+207+173=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFAD is #363052. Grayscale: #C9C9C9. Windows color (decimal): -3551315 or 11390921. OLE color: 11390921.
HSL color Cylindrical-coordinate representation of color #C9CFAD: hue angle of 70.59º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CFAD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 173 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.19 |
| HSL | 70.59º | 0.26% | 0.75% | - |
| HSV(B) | 70.59º | 0.16% | 0.81% | - |
| XYZ | 53.94 | 60.06 | 48.28 | - |
| YUV | 201.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 173 | 0.03 | 0 | 0.16 | 0.19 | 70.59 | 0.26 | 0.75 |
| Hex | C9 | CF | AD | 3 | 0 | 10 | 13 | 47 | 1A | 4B |
| Octal | 311 | 317 | 255 | 3 | 0 | 20 | 23 | 107 | 32 | 113 |
| Binary | 11001001 | 11001111 | 10101101 | 11 | 0 | 10000 | 10011 | 1000111 | 11010 | 1001011 |
Color Harmonies of #C9CFAD
Complementary color
Monochromatic Colors of #C9CFAD
Black with #C9CFAD
Text Example
Text Example
White with #C9CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFAD; }
p { color: rgb(201,207,173); }
H1.HeaderClassName
{
color: #C9CFAD;
}
.AnyTagClassName
{
color: #C9CFAD;
}
</style>
background-color css
<style>
a { background-color: #C9CFAD; }
a { background-color: rgb(201,207,173); }
div.DivClassName
{
background-color: #C9CFAD;
}
.BgClassName
{
background-color: #C9CFAD;
}
</style>
border-color css
<style>
span { border-color: #C9CFAD; }
span { border-color: rgb(201,207,173); }
td.TdClassName
{
border-color: #C9CFAD;
}
.TagClassName
{
border-color: #C9CFAD;
}
</style>