Shades of Orinoco #C9CBAD
Tints of Orinoco #C9CBAD
RGB
CMYK
RGB Variations
Color information
#C9CBAD (or 0xC9CBAD) is known color: Orinoco. HEX triplet: C9, CB and AD. RGB value is (201,203,173). Sum of RGB (Red+Green+Blue) = 201+203+173=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CBAD is #363452. Grayscale: #C7C7C7. Windows color (decimal): -3552339 or 11389897. OLE color: 11389897.
HSL color Cylindrical-coordinate representation of color #C9CBAD: hue angle of 64º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9CBAD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 173 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.20 |
| HSL | 64º | 0.22% | 0.74% | - |
| HSV(B) | 64º | 0.15% | 0.8% | - |
| XYZ | 52.99 | 58.15 | 47.97 | - |
| YUV | 198.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 173 | 0.01 | 0 | 0.15 | 0.20 | 64 | 0.22 | 0.74 |
| Hex | C9 | CB | AD | 1 | 0 | F | 14 | 40 | 16 | 4A |
| Octal | 311 | 313 | 255 | 1 | 0 | 17 | 24 | 100 | 26 | 112 |
| Binary | 11001001 | 11001011 | 10101101 | 1 | 0 | 1111 | 10100 | 1000000 | 10110 | 1001010 |
Color Harmonies of #C9CBAD
Complementary color
Monochromatic Colors of #C9CBAD
Black with #C9CBAD
Text Example
Text Example
White with #C9CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBAD; }
p { color: rgb(201,203,173); }
H1.HeaderClassName
{
color: #C9CBAD;
}
.AnyTagClassName
{
color: #C9CBAD;
}
</style>
background-color css
<style>
a { background-color: #C9CBAD; }
a { background-color: rgb(201,203,173); }
div.DivClassName
{
background-color: #C9CBAD;
}
.BgClassName
{
background-color: #C9CBAD;
}
</style>
border-color css
<style>
span { border-color: #C9CBAD; }
span { border-color: rgb(201,203,173); }
td.TdClassName
{
border-color: #C9CBAD;
}
.TagClassName
{
border-color: #C9CBAD;
}
</style>