Shades of Orinoco #CFCFA7
Tints of Orinoco #CFCFA7
RGB
CMYK
RGB Variations
Color information
#CFCFA7 (or 0xCFCFA7) is known color: Orinoco. HEX triplet: CF, CF and A7. RGB value is (207,207,167). Sum of RGB (Red+Green+Blue) = 207+207+167=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCFA7 is #303058. Grayscale: #CACACA. Windows color (decimal): -3158105 or 10997711. OLE color: 10997711.
HSL color Cylindrical-coordinate representation of color #CFCFA7: hue angle of 60º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCFA7 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 167 | - |
| CMYK | 0 | 0 | 0.19 | 0.19 |
| HSL | 60º | 0.29% | 0.73% | - |
| HSV(B) | 60º | 0.19% | 0.81% | - |
| XYZ | 55.02 | 60.68 | 45.37 | - |
| YUV | 202.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 167 | 0 | 0 | 0.19 | 0.19 | 60 | 0.29 | 0.73 |
| Hex | CF | CF | A7 | 0 | 0 | 13 | 13 | 3C | 1D | 49 |
| Octal | 317 | 317 | 247 | 0 | 0 | 23 | 23 | 74 | 35 | 111 |
| Binary | 11001111 | 11001111 | 10100111 | 0 | 0 | 10011 | 10011 | 111100 | 11101 | 1001001 |
Color Harmonies of #CFCFA7
Complementary color
Monochromatic Colors of #CFCFA7
Black with #CFCFA7
Text Example
Text Example
White with #CFCFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFA7; }
p { color: rgb(207,207,167); }
H1.HeaderClassName
{
color: #CFCFA7;
}
.AnyTagClassName
{
color: #CFCFA7;
}
</style>
background-color css
<style>
a { background-color: #CFCFA7; }
a { background-color: rgb(207,207,167); }
div.DivClassName
{
background-color: #CFCFA7;
}
.BgClassName
{
background-color: #CFCFA7;
}
</style>
border-color css
<style>
span { border-color: #CFCFA7; }
span { border-color: rgb(207,207,167); }
td.TdClassName
{
border-color: #CFCFA7;
}
.TagClassName
{
border-color: #CFCFA7;
}
</style>