Shades of Orinoco #C9CCAF
Tints of Orinoco #C9CCAF
RGB
CMYK
RGB Variations
Color information
#C9CCAF (or 0xC9CCAF) is known color: Orinoco. HEX triplet: C9, CC and AF. RGB value is (201,204,175). Sum of RGB (Red+Green+Blue) = 201+204+175=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCAF is #363350. Grayscale: #C7C7C7. Windows color (decimal): -3552081 or 11521225. OLE color: 11521225.
HSL color Cylindrical-coordinate representation of color #C9CCAF: hue angle of 66.21º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CCAF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 175 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.2 |
| HSL | 66.21º | 0.22% | 0.74% | - |
| HSV(B) | 66.21º | 0.14% | 0.8% | - |
| XYZ | 53.42 | 58.7 | 49.07 | - |
| YUV | 199.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 175 | 0.01 | 0 | 0.14 | 0.2 | 66.21 | 0.22 | 0.74 |
| Hex | C9 | CC | AF | 1 | 0 | E | 14 | 42 | 16 | 4A |
| Octal | 311 | 314 | 257 | 1 | 0 | 16 | 24 | 102 | 26 | 112 |
| Binary | 11001001 | 11001100 | 10101111 | 1 | 0 | 1110 | 10100 | 1000010 | 10110 | 1001010 |
Color Harmonies of #C9CCAF
Complementary color
Monochromatic Colors of #C9CCAF
Black with #C9CCAF
Text Example
Text Example
White with #C9CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCAF; }
p { color: rgb(201,204,175); }
H1.HeaderClassName
{
color: #C9CCAF;
}
.AnyTagClassName
{
color: #C9CCAF;
}
</style>
background-color css
<style>
a { background-color: #C9CCAF; }
a { background-color: rgb(201,204,175); }
div.DivClassName
{
background-color: #C9CCAF;
}
.BgClassName
{
background-color: #C9CCAF;
}
</style>
border-color css
<style>
span { border-color: #C9CCAF; }
span { border-color: rgb(201,204,175); }
td.TdClassName
{
border-color: #C9CCAF;
}
.TagClassName
{
border-color: #C9CCAF;
}
</style>