Shades of Orinoco #C9CCAC
Tints of Orinoco #C9CCAC
RGB
CMYK
RGB Variations
Color information
#C9CCAC (or 0xC9CCAC) is known color: Orinoco. HEX triplet: C9, CC and AC. RGB value is (201,204,172). Sum of RGB (Red+Green+Blue) = 201+204+172=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCAC is #363353. Grayscale: #C7C7C7. Windows color (decimal): -3552084 or 11324617. OLE color: 11324617.
HSL color Cylindrical-coordinate representation of color #C9CCAC: hue angle of 65.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CCAC is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 172 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.2 |
| HSL | 65.63º | 0.24% | 0.74% | - |
| HSV(B) | 65.63º | 0.16% | 0.8% | - |
| XYZ | 53.13 | 58.58 | 47.54 | - |
| YUV | 199.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 172 | 0.01 | 0 | 0.16 | 0.2 | 65.63 | 0.24 | 0.74 |
| Hex | C9 | CC | AC | 1 | 0 | 10 | 14 | 42 | 18 | 4A |
| Octal | 311 | 314 | 254 | 1 | 0 | 20 | 24 | 102 | 30 | 112 |
| Binary | 11001001 | 11001100 | 10101100 | 1 | 0 | 10000 | 10100 | 1000010 | 11000 | 1001010 |
Color Harmonies of #C9CCAC
Complementary color
Monochromatic Colors of #C9CCAC
Black with #C9CCAC
Text Example
Text Example
White with #C9CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCAC; }
p { color: rgb(201,204,172); }
H1.HeaderClassName
{
color: #C9CCAC;
}
.AnyTagClassName
{
color: #C9CCAC;
}
</style>
background-color css
<style>
a { background-color: #C9CCAC; }
a { background-color: rgb(201,204,172); }
div.DivClassName
{
background-color: #C9CCAC;
}
.BgClassName
{
background-color: #C9CCAC;
}
</style>
border-color css
<style>
span { border-color: #C9CCAC; }
span { border-color: rgb(201,204,172); }
td.TdClassName
{
border-color: #C9CCAC;
}
.TagClassName
{
border-color: #C9CCAC;
}
</style>