Shades of Orinoco #CFD1A1
Tints of Orinoco #CFD1A1
RGB
CMYK
RGB Variations
Color information
#CFD1A1 (or 0xCFD1A1) is known color: Orinoco. HEX triplet: CF, D1 and A1. RGB value is (207,209,161). Sum of RGB (Red+Green+Blue) = 207+209+161=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1A1 is #302E5E. Grayscale: #CBCBCB. Windows color (decimal): -3157599 or 10605007. OLE color: 10605007.
HSL color Cylindrical-coordinate representation of color #CFD1A1: hue angle of 62.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFD1A1 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 161 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.18 |
| HSL | 62.5º | 0.34% | 0.73% | - |
| HSV(B) | 62.5º | 0.23% | 0.82% | - |
| XYZ | 54.97 | 61.44 | 42.68 | - |
| YUV | 202.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 161 | 0.01 | 0 | 0.23 | 0.18 | 62.5 | 0.34 | 0.73 |
| Hex | CF | D1 | A1 | 1 | 0 | 17 | 12 | 3F | 22 | 49 |
| Octal | 317 | 321 | 241 | 1 | 0 | 27 | 22 | 77 | 42 | 111 |
| Binary | 11001111 | 11010001 | 10100001 | 1 | 0 | 10111 | 10010 | 111111 | 100010 | 1001001 |
Color Harmonies of #CFD1A1
Complementary color
Monochromatic Colors of #CFD1A1
Black with #CFD1A1
Text Example
Text Example
White with #CFD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1A1; }
p { color: rgb(207,209,161); }
H1.HeaderClassName
{
color: #CFD1A1;
}
.AnyTagClassName
{
color: #CFD1A1;
}
</style>
background-color css
<style>
a { background-color: #CFD1A1; }
a { background-color: rgb(207,209,161); }
div.DivClassName
{
background-color: #CFD1A1;
}
.BgClassName
{
background-color: #CFD1A1;
}
</style>
border-color css
<style>
span { border-color: #CFD1A1; }
span { border-color: rgb(207,209,161); }
td.TdClassName
{
border-color: #CFD1A1;
}
.TagClassName
{
border-color: #CFD1A1;
}
</style>