Shades of Orinoco #CFD7A0
Tints of Orinoco #CFD7A0
RGB
CMYK
RGB Variations
Color information
#CFD7A0 (or 0xCFD7A0) is known color: Orinoco. HEX triplet: CF, D7 and A0. RGB value is (207,215,160). Sum of RGB (Red+Green+Blue) = 207+215+160=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD7A0 is #30285F. Grayscale: #CECECE. Windows color (decimal): -3156064 or 10541007. OLE color: 10541007.
HSL color Cylindrical-coordinate representation of color #CFD7A0: hue angle of 68.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFD7A0 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 160 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.16 |
| HSL | 68.73º | 0.41% | 0.74% | - |
| HSV(B) | 68.73º | 0.26% | 0.84% | - |
| XYZ | 56.38 | 64.4 | 42.72 | - |
| YUV | 206.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 160 | 0.04 | 0 | 0.26 | 0.16 | 68.73 | 0.41 | 0.74 |
| Hex | CF | D7 | A0 | 4 | 0 | 1A | 10 | 45 | 29 | 4A |
| Octal | 317 | 327 | 240 | 4 | 0 | 32 | 20 | 105 | 51 | 112 |
| Binary | 11001111 | 11010111 | 10100000 | 100 | 0 | 11010 | 10000 | 1000101 | 101001 | 1001010 |
Color Harmonies of #CFD7A0
Complementary color
Monochromatic Colors of #CFD7A0
Black with #CFD7A0
Text Example
Text Example
White with #CFD7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7A0; }
p { color: rgb(207,215,160); }
H1.HeaderClassName
{
color: #CFD7A0;
}
.AnyTagClassName
{
color: #CFD7A0;
}
</style>
background-color css
<style>
a { background-color: #CFD7A0; }
a { background-color: rgb(207,215,160); }
div.DivClassName
{
background-color: #CFD7A0;
}
.BgClassName
{
background-color: #CFD7A0;
}
</style>
border-color css
<style>
span { border-color: #CFD7A0; }
span { border-color: rgb(207,215,160); }
td.TdClassName
{
border-color: #CFD7A0;
}
.TagClassName
{
border-color: #CFD7A0;
}
</style>