Shades of Orinoco #C9CEAB
Tints of Orinoco #C9CEAB
RGB
CMYK
RGB Variations
Color information
#C9CEAB (or 0xC9CEAB) is known color: Orinoco. HEX triplet: C9, CE and AB. RGB value is (201,206,171). Sum of RGB (Red+Green+Blue) = 201+206+171=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEAB is #363154. Grayscale: #C8C8C8. Windows color (decimal): -3551573 or 11259593. OLE color: 11259593.
HSL color Cylindrical-coordinate representation of color #C9CEAB: hue angle of 68.57º 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 #C9CEAB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 171 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.19 |
| HSL | 68.57º | 0.26% | 0.74% | - |
| HSV(B) | 68.57º | 0.17% | 0.81% | - |
| XYZ | 53.51 | 59.5 | 47.19 | - |
| YUV | 200.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 171 | 0.02 | 0 | 0.17 | 0.19 | 68.57 | 0.26 | 0.74 |
| Hex | C9 | CE | AB | 2 | 0 | 11 | 13 | 45 | 1A | 4A |
| Octal | 311 | 316 | 253 | 2 | 0 | 21 | 23 | 105 | 32 | 112 |
| Binary | 11001001 | 11001110 | 10101011 | 10 | 0 | 10001 | 10011 | 1000101 | 11010 | 1001010 |
Color Harmonies of #C9CEAB
Complementary color
Monochromatic Colors of #C9CEAB
Black with #C9CEAB
Text Example
Text Example
White with #C9CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEAB; }
p { color: rgb(201,206,171); }
H1.HeaderClassName
{
color: #C9CEAB;
}
.AnyTagClassName
{
color: #C9CEAB;
}
</style>
background-color css
<style>
a { background-color: #C9CEAB; }
a { background-color: rgb(201,206,171); }
div.DivClassName
{
background-color: #C9CEAB;
}
.BgClassName
{
background-color: #C9CEAB;
}
</style>
border-color css
<style>
span { border-color: #C9CEAB; }
span { border-color: rgb(201,206,171); }
td.TdClassName
{
border-color: #C9CEAB;
}
.TagClassName
{
border-color: #C9CEAB;
}
</style>