Shades of Orinoco #CFD0A7
Tints of Orinoco #CFD0A7
RGB
CMYK
RGB Variations
Color information
#CFD0A7 (or 0xCFD0A7) is known color: Orinoco. HEX triplet: CF, D0 and A7. RGB value is (207,208,167). Sum of RGB (Red+Green+Blue) = 207+208+167=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0A7 is #302F58. Grayscale: #CBCBCB. Windows color (decimal): -3157849 or 10997967. OLE color: 10997967.
HSL color Cylindrical-coordinate representation of color #CFD0A7: hue angle of 61.46º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFD0A7 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 167 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.18 |
| HSL | 61.46º | 0.3% | 0.74% | - |
| HSV(B) | 61.46º | 0.2% | 0.82% | - |
| XYZ | 55.26 | 61.17 | 45.45 | - |
| YUV | 203.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 167 | 0.00 | 0 | 0.20 | 0.18 | 61.46 | 0.3 | 0.74 |
| Hex | CF | D0 | A7 | 0 | 0 | 14 | 12 | 3D | 1E | 4A |
| Octal | 317 | 320 | 247 | 0 | 0 | 24 | 22 | 75 | 36 | 112 |
| Binary | 11001111 | 11010000 | 10100111 | 0 | 0 | 10100 | 10010 | 111101 | 11110 | 1001010 |
Color Harmonies of #CFD0A7
Complementary color
Monochromatic Colors of #CFD0A7
Black with #CFD0A7
Text Example
Text Example
White with #CFD0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0A7; }
p { color: rgb(207,208,167); }
H1.HeaderClassName
{
color: #CFD0A7;
}
.AnyTagClassName
{
color: #CFD0A7;
}
</style>
background-color css
<style>
a { background-color: #CFD0A7; }
a { background-color: rgb(207,208,167); }
div.DivClassName
{
background-color: #CFD0A7;
}
.BgClassName
{
background-color: #CFD0A7;
}
</style>
border-color css
<style>
span { border-color: #CFD0A7; }
span { border-color: rgb(207,208,167); }
td.TdClassName
{
border-color: #CFD0A7;
}
.TagClassName
{
border-color: #CFD0A7;
}
</style>