Shades of Orinoco #C9CFA4
Tints of Orinoco #C9CFA4
RGB
CMYK
RGB Variations
Color information
#C9CFA4 (or 0xC9CFA4) is known color: Orinoco. HEX triplet: C9, CF and A4. RGB value is (201,207,164). Sum of RGB (Red+Green+Blue) = 201+207+164=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFA4 is #36305B. Grayscale: #C8C8C8. Windows color (decimal): -3551324 or 10801097. OLE color: 10801097.
HSL color Cylindrical-coordinate representation of color #C9CFA4: hue angle of 68.37º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CFA4 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 164 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.19 |
| HSL | 68.37º | 0.31% | 0.73% | - |
| HSV(B) | 68.37º | 0.21% | 0.81% | - |
| XYZ | 53.1 | 59.72 | 43.85 | - |
| YUV | 200.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 164 | 0.03 | 0 | 0.21 | 0.19 | 68.37 | 0.31 | 0.73 |
| Hex | C9 | CF | A4 | 3 | 0 | 15 | 13 | 44 | 1F | 49 |
| Octal | 311 | 317 | 244 | 3 | 0 | 25 | 23 | 104 | 37 | 111 |
| Binary | 11001001 | 11001111 | 10100100 | 11 | 0 | 10101 | 10011 | 1000100 | 11111 | 1001001 |
Color Harmonies of #C9CFA4
Complementary color
Monochromatic Colors of #C9CFA4
Black with #C9CFA4
Text Example
Text Example
White with #C9CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFA4; }
p { color: rgb(201,207,164); }
H1.HeaderClassName
{
color: #C9CFA4;
}
.AnyTagClassName
{
color: #C9CFA4;
}
</style>
background-color css
<style>
a { background-color: #C9CFA4; }
a { background-color: rgb(201,207,164); }
div.DivClassName
{
background-color: #C9CFA4;
}
.BgClassName
{
background-color: #C9CFA4;
}
</style>
border-color css
<style>
span { border-color: #C9CFA4; }
span { border-color: rgb(201,207,164); }
td.TdClassName
{
border-color: #C9CFA4;
}
.TagClassName
{
border-color: #C9CFA4;
}
</style>