Shades of Orinoco #C9CEAC
Tints of Orinoco #C9CEAC
RGB
CMYK
RGB Variations
Color information
#C9CEAC (or 0xC9CEAC) is known color: Orinoco. HEX triplet: C9, CE and AC. RGB value is (201,206,172). Sum of RGB (Red+Green+Blue) = 201+206+172=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEAC is #363153. Grayscale: #C8C8C8. Windows color (decimal): -3551572 or 11325129. OLE color: 11325129.
HSL color Cylindrical-coordinate representation of color #C9CEAC: hue angle of 68.82º degrees, saturation: 0.26, 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 #C9CEAC is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 172 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.19 |
| HSL | 68.82º | 0.26% | 0.74% | - |
| HSV(B) | 68.82º | 0.17% | 0.81% | - |
| XYZ | 53.61 | 59.54 | 47.7 | - |
| YUV | 200.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 172 | 0.02 | 0 | 0.17 | 0.19 | 68.82 | 0.26 | 0.74 |
| Hex | C9 | CE | AC | 2 | 0 | 11 | 13 | 45 | 1A | 4A |
| Octal | 311 | 316 | 254 | 2 | 0 | 21 | 23 | 105 | 32 | 112 |
| Binary | 11001001 | 11001110 | 10101100 | 10 | 0 | 10001 | 10011 | 1000101 | 11010 | 1001010 |
Color Harmonies of #C9CEAC
Complementary color
Monochromatic Colors of #C9CEAC
Black with #C9CEAC
Text Example
Text Example
White with #C9CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEAC; }
p { color: rgb(201,206,172); }
H1.HeaderClassName
{
color: #C9CEAC;
}
.AnyTagClassName
{
color: #C9CEAC;
}
</style>
background-color css
<style>
a { background-color: #C9CEAC; }
a { background-color: rgb(201,206,172); }
div.DivClassName
{
background-color: #C9CEAC;
}
.BgClassName
{
background-color: #C9CEAC;
}
</style>
border-color css
<style>
span { border-color: #C9CEAC; }
span { border-color: rgb(201,206,172); }
td.TdClassName
{
border-color: #C9CEAC;
}
.TagClassName
{
border-color: #C9CEAC;
}
</style>