Shades of Orinoco #C9CFAC
Tints of Orinoco #C9CFAC
RGB
CMYK
RGB Variations
Color information
#C9CFAC (or 0xC9CFAC) is known color: Orinoco. HEX triplet: C9, CF and AC. RGB value is (201,207,172). Sum of RGB (Red+Green+Blue) = 201+207+172=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFAC is #363053. Grayscale: #C9C9C9. Windows color (decimal): -3551316 or 11325385. OLE color: 11325385.
HSL color Cylindrical-coordinate representation of color #C9CFAC: hue angle of 70.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9CFAC is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 172 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.19 |
| HSL | 70.29º | 0.27% | 0.74% | - |
| HSV(B) | 70.29º | 0.17% | 0.81% | - |
| XYZ | 53.85 | 60.02 | 47.78 | - |
| YUV | 201.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 172 | 0.03 | 0 | 0.17 | 0.19 | 70.29 | 0.27 | 0.74 |
| Hex | C9 | CF | AC | 3 | 0 | 11 | 13 | 46 | 1B | 4A |
| Octal | 311 | 317 | 254 | 3 | 0 | 21 | 23 | 106 | 33 | 112 |
| Binary | 11001001 | 11001111 | 10101100 | 11 | 0 | 10001 | 10011 | 1000110 | 11011 | 1001010 |
Color Harmonies of #C9CFAC
Complementary color
Monochromatic Colors of #C9CFAC
Black with #C9CFAC
Text Example
Text Example
White with #C9CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFAC; }
p { color: rgb(201,207,172); }
H1.HeaderClassName
{
color: #C9CFAC;
}
.AnyTagClassName
{
color: #C9CFAC;
}
</style>
background-color css
<style>
a { background-color: #C9CFAC; }
a { background-color: rgb(201,207,172); }
div.DivClassName
{
background-color: #C9CFAC;
}
.BgClassName
{
background-color: #C9CFAC;
}
</style>
border-color css
<style>
span { border-color: #C9CFAC; }
span { border-color: rgb(201,207,172); }
td.TdClassName
{
border-color: #C9CFAC;
}
.TagClassName
{
border-color: #C9CFAC;
}
</style>