Shades of Orinoco #CFCFA1
Tints of Orinoco #CFCFA1
RGB
CMYK
RGB Variations
Color information
#CFCFA1 (or 0xCFCFA1) is known color: Orinoco. HEX triplet: CF, CF and A1. RGB value is (207,207,161). Sum of RGB (Red+Green+Blue) = 207+207+161=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCFA1 is #30305E. Grayscale: #C9C9C9. Windows color (decimal): -3158111 or 10604495. OLE color: 10604495.
HSL color Cylindrical-coordinate representation of color #CFCFA1: hue angle of 60º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFCFA1 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 161 | - |
| CMYK | 0 | 0 | 0.22 | 0.19 |
| HSL | 60º | 0.32% | 0.72% | - |
| HSV(B) | 60º | 0.22% | 0.81% | - |
| XYZ | 54.48 | 60.46 | 42.52 | - |
| YUV | 201.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 161 | 0 | 0 | 0.22 | 0.19 | 60 | 0.32 | 0.72 |
| Hex | CF | CF | A1 | 0 | 0 | 16 | 13 | 3C | 20 | 48 |
| Octal | 317 | 317 | 241 | 0 | 0 | 26 | 23 | 74 | 40 | 110 |
| Binary | 11001111 | 11001111 | 10100001 | 0 | 0 | 10110 | 10011 | 111100 | 100000 | 1001000 |
Color Harmonies of #CFCFA1
Complementary color
Monochromatic Colors of #CFCFA1
Black with #CFCFA1
Text Example
Text Example
White with #CFCFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFA1; }
p { color: rgb(207,207,161); }
H1.HeaderClassName
{
color: #CFCFA1;
}
.AnyTagClassName
{
color: #CFCFA1;
}
</style>
background-color css
<style>
a { background-color: #CFCFA1; }
a { background-color: rgb(207,207,161); }
div.DivClassName
{
background-color: #CFCFA1;
}
.BgClassName
{
background-color: #CFCFA1;
}
</style>
border-color css
<style>
span { border-color: #CFCFA1; }
span { border-color: rgb(207,207,161); }
td.TdClassName
{
border-color: #CFCFA1;
}
.TagClassName
{
border-color: #CFCFA1;
}
</style>