Shades of Orinoco #CFCFA2
Tints of Orinoco #CFCFA2
RGB
CMYK
RGB Variations
Color information
#CFCFA2 (or 0xCFCFA2) is known color: Orinoco. HEX triplet: CF, CF and A2. RGB value is (207,207,162). Sum of RGB (Red+Green+Blue) = 207+207+162=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCFA2 is #30305D. Grayscale: #CACACA. Windows color (decimal): -3158110 or 10670031. OLE color: 10670031.
HSL color Cylindrical-coordinate representation of color #CFCFA2: 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 #CFCFA2 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 162 | - |
| CMYK | 0 | 0 | 0.22 | 0.19 |
| HSL | 60º | 0.32% | 0.72% | - |
| HSV(B) | 60º | 0.22% | 0.81% | - |
| XYZ | 54.57 | 60.5 | 42.98 | - |
| YUV | 201.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 162 | 0 | 0 | 0.22 | 0.19 | 60 | 0.32 | 0.72 |
| Hex | CF | CF | A2 | 0 | 0 | 16 | 13 | 3C | 20 | 48 |
| Octal | 317 | 317 | 242 | 0 | 0 | 26 | 23 | 74 | 40 | 110 |
| Binary | 11001111 | 11001111 | 10100010 | 0 | 0 | 10110 | 10011 | 111100 | 100000 | 1001000 |
Color Harmonies of #CFCFA2
Complementary color
Monochromatic Colors of #CFCFA2
Black with #CFCFA2
Text Example
Text Example
White with #CFCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFA2; }
p { color: rgb(207,207,162); }
H1.HeaderClassName
{
color: #CFCFA2;
}
.AnyTagClassName
{
color: #CFCFA2;
}
</style>
background-color css
<style>
a { background-color: #CFCFA2; }
a { background-color: rgb(207,207,162); }
div.DivClassName
{
background-color: #CFCFA2;
}
.BgClassName
{
background-color: #CFCFA2;
}
</style>
border-color css
<style>
span { border-color: #CFCFA2; }
span { border-color: rgb(207,207,162); }
td.TdClassName
{
border-color: #CFCFA2;
}
.TagClassName
{
border-color: #CFCFA2;
}
</style>