Shades of Orinoco #CFD6A0
Tints of Orinoco #CFD6A0
RGB
CMYK
RGB Variations
Color information
#CFD6A0 (or 0xCFD6A0) is known color: Orinoco. HEX triplet: CF, D6 and A0. RGB value is (207,214,160). Sum of RGB (Red+Green+Blue) = 207+214+160=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD6A0 is #30295F. Grayscale: #CDCDCD. Windows color (decimal): -3156320 or 10540751. OLE color: 10540751.
HSL color Cylindrical-coordinate representation of color #CFD6A0: hue angle of 67.78º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD6A0 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 160 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.16 |
| HSL | 67.78º | 0.4% | 0.73% | - |
| HSV(B) | 67.78º | 0.25% | 0.84% | - |
| XYZ | 56.12 | 63.9 | 42.63 | - |
| YUV | 205.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 160 | 0.03 | 0 | 0.25 | 0.16 | 67.78 | 0.4 | 0.73 |
| Hex | CF | D6 | A0 | 3 | 0 | 19 | 10 | 44 | 28 | 49 |
| Octal | 317 | 326 | 240 | 3 | 0 | 31 | 20 | 104 | 50 | 111 |
| Binary | 11001111 | 11010110 | 10100000 | 11 | 0 | 11001 | 10000 | 1000100 | 101000 | 1001001 |
Color Harmonies of #CFD6A0
Complementary color
Monochromatic Colors of #CFD6A0
Black with #CFD6A0
Text Example
Text Example
White with #CFD6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6A0; }
p { color: rgb(207,214,160); }
H1.HeaderClassName
{
color: #CFD6A0;
}
.AnyTagClassName
{
color: #CFD6A0;
}
</style>
background-color css
<style>
a { background-color: #CFD6A0; }
a { background-color: rgb(207,214,160); }
div.DivClassName
{
background-color: #CFD6A0;
}
.BgClassName
{
background-color: #CFD6A0;
}
</style>
border-color css
<style>
span { border-color: #CFD6A0; }
span { border-color: rgb(207,214,160); }
td.TdClassName
{
border-color: #CFD6A0;
}
.TagClassName
{
border-color: #CFD6A0;
}
</style>