Shades of Orinoco #CFCFA6
Tints of Orinoco #CFCFA6
RGB
CMYK
RGB Variations
Color information
#CFCFA6 (or 0xCFCFA6) is known color: Orinoco. HEX triplet: CF, CF and A6. RGB value is (207,207,166). Sum of RGB (Red+Green+Blue) = 207+207+166=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCFA6 is #303059. Grayscale: #CACACA. Windows color (decimal): -3158106 or 10932175. OLE color: 10932175.
HSL color Cylindrical-coordinate representation of color #CFCFA6: hue angle of 60º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCFA6 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 166 | - |
| CMYK | 0 | 0 | 0.20 | 0.19 |
| HSL | 60º | 0.3% | 0.73% | - |
| HSV(B) | 60º | 0.2% | 0.81% | - |
| XYZ | 54.93 | 60.64 | 44.89 | - |
| YUV | 202.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 166 | 0 | 0 | 0.20 | 0.19 | 60 | 0.3 | 0.73 |
| Hex | CF | CF | A6 | 0 | 0 | 14 | 13 | 3C | 1E | 49 |
| Octal | 317 | 317 | 246 | 0 | 0 | 24 | 23 | 74 | 36 | 111 |
| Binary | 11001111 | 11001111 | 10100110 | 0 | 0 | 10100 | 10011 | 111100 | 11110 | 1001001 |
Color Harmonies of #CFCFA6
Complementary color
Monochromatic Colors of #CFCFA6
Black with #CFCFA6
Text Example
Text Example
White with #CFCFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFA6; }
p { color: rgb(207,207,166); }
H1.HeaderClassName
{
color: #CFCFA6;
}
.AnyTagClassName
{
color: #CFCFA6;
}
</style>
background-color css
<style>
a { background-color: #CFCFA6; }
a { background-color: rgb(207,207,166); }
div.DivClassName
{
background-color: #CFCFA6;
}
.BgClassName
{
background-color: #CFCFA6;
}
</style>
border-color css
<style>
span { border-color: #CFCFA6; }
span { border-color: rgb(207,207,166); }
td.TdClassName
{
border-color: #CFCFA6;
}
.TagClassName
{
border-color: #CFCFA6;
}
</style>