Shades of Orinoco #CFD9A6
Tints of Orinoco #CFD9A6
RGB
CMYK
RGB Variations
Color information
#CFD9A6 (or 0xCFD9A6) is known color: Orinoco. HEX triplet: CF, D9 and A6. RGB value is (207,217,166). Sum of RGB (Red+Green+Blue) = 207+217+166=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD9A6 is #302659. Grayscale: #D0D0D0. Windows color (decimal): -3155546 or 10934735. OLE color: 10934735.
HSL color Cylindrical-coordinate representation of color #CFD9A6: hue angle of 71.76º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD9A6 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 166 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.15 |
| HSL | 71.76º | 0.4% | 0.75% | - |
| HSV(B) | 71.76º | 0.24% | 0.85% | - |
| XYZ | 57.43 | 65.64 | 45.72 | - |
| YUV | 208.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 166 | 0.05 | 0 | 0.24 | 0.15 | 71.76 | 0.4 | 0.75 |
| Hex | CF | D9 | A6 | 5 | 0 | 18 | F | 48 | 28 | 4B |
| Octal | 317 | 331 | 246 | 5 | 0 | 30 | 17 | 110 | 50 | 113 |
| Binary | 11001111 | 11011001 | 10100110 | 101 | 0 | 11000 | 1111 | 1001000 | 101000 | 1001011 |
Color Harmonies of #CFD9A6
Complementary color
Monochromatic Colors of #CFD9A6
Black with #CFD9A6
Text Example
Text Example
White with #CFD9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9A6; }
p { color: rgb(207,217,166); }
H1.HeaderClassName
{
color: #CFD9A6;
}
.AnyTagClassName
{
color: #CFD9A6;
}
</style>
background-color css
<style>
a { background-color: #CFD9A6; }
a { background-color: rgb(207,217,166); }
div.DivClassName
{
background-color: #CFD9A6;
}
.BgClassName
{
background-color: #CFD9A6;
}
</style>
border-color css
<style>
span { border-color: #CFD9A6; }
span { border-color: rgb(207,217,166); }
td.TdClassName
{
border-color: #CFD9A6;
}
.TagClassName
{
border-color: #CFD9A6;
}
</style>