Shades of Orinoco #CFDAA6
Tints of Orinoco #CFDAA6
RGB
CMYK
RGB Variations
Color information
#CFDAA6 (or 0xCFDAA6) is known color: Orinoco. HEX triplet: CF, DA and A6. RGB value is (207,218,166). Sum of RGB (Red+Green+Blue) = 207+218+166=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAA6 is #302559. Grayscale: #D0D0D0. Windows color (decimal): -3155290 or 10934991. OLE color: 10934991.
HSL color Cylindrical-coordinate representation of color #CFDAA6: hue angle of 72.69º degrees, saturation: 0.41, 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 #CFDAA6 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 166 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.15 |
| HSL | 72.69º | 0.41% | 0.75% | - |
| HSV(B) | 72.69º | 0.24% | 0.85% | - |
| XYZ | 57.69 | 66.16 | 45.81 | - |
| YUV | 208.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 166 | 0.05 | 0 | 0.24 | 0.15 | 72.69 | 0.41 | 0.75 |
| Hex | CF | DA | A6 | 5 | 0 | 18 | F | 49 | 29 | 4B |
| Octal | 317 | 332 | 246 | 5 | 0 | 30 | 17 | 111 | 51 | 113 |
| Binary | 11001111 | 11011010 | 10100110 | 101 | 0 | 11000 | 1111 | 1001001 | 101001 | 1001011 |
Color Harmonies of #CFDAA6
Complementary color
Monochromatic Colors of #CFDAA6
Black with #CFDAA6
Text Example
Text Example
White with #CFDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAA6; }
p { color: rgb(207,218,166); }
H1.HeaderClassName
{
color: #CFDAA6;
}
.AnyTagClassName
{
color: #CFDAA6;
}
</style>
background-color css
<style>
a { background-color: #CFDAA6; }
a { background-color: rgb(207,218,166); }
div.DivClassName
{
background-color: #CFDAA6;
}
.BgClassName
{
background-color: #CFDAA6;
}
</style>
border-color css
<style>
span { border-color: #CFDAA6; }
span { border-color: rgb(207,218,166); }
td.TdClassName
{
border-color: #CFDAA6;
}
.TagClassName
{
border-color: #CFDAA6;
}
</style>