Shades of Orinoco #CFD7A7
Tints of Orinoco #CFD7A7
RGB
CMYK
RGB Variations
Color information
#CFD7A7 (or 0xCFD7A7) is known color: Orinoco. HEX triplet: CF, D7 and A7. RGB value is (207,215,167). Sum of RGB (Red+Green+Blue) = 207+215+167=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD7A7 is #302858. Grayscale: #CFCFCF. Windows color (decimal): -3156057 or 10999759. OLE color: 10999759.
HSL color Cylindrical-coordinate representation of color #CFD7A7: hue angle of 70º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFD7A7 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 167 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.16 |
| HSL | 70º | 0.38% | 0.75% | - |
| HSV(B) | 70º | 0.22% | 0.84% | - |
| XYZ | 57.01 | 64.66 | 46.03 | - |
| YUV | 207.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 167 | 0.04 | 0 | 0.22 | 0.16 | 70 | 0.38 | 0.75 |
| Hex | CF | D7 | A7 | 4 | 0 | 16 | 10 | 46 | 26 | 4B |
| Octal | 317 | 327 | 247 | 4 | 0 | 26 | 20 | 106 | 46 | 113 |
| Binary | 11001111 | 11010111 | 10100111 | 100 | 0 | 10110 | 10000 | 1000110 | 100110 | 1001011 |
Color Harmonies of #CFD7A7
Complementary color
Monochromatic Colors of #CFD7A7
Black with #CFD7A7
Text Example
Text Example
White with #CFD7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7A7; }
p { color: rgb(207,215,167); }
H1.HeaderClassName
{
color: #CFD7A7;
}
.AnyTagClassName
{
color: #CFD7A7;
}
</style>
background-color css
<style>
a { background-color: #CFD7A7; }
a { background-color: rgb(207,215,167); }
div.DivClassName
{
background-color: #CFD7A7;
}
.BgClassName
{
background-color: #CFD7A7;
}
</style>
border-color css
<style>
span { border-color: #CFD7A7; }
span { border-color: rgb(207,215,167); }
td.TdClassName
{
border-color: #CFD7A7;
}
.TagClassName
{
border-color: #CFD7A7;
}
</style>