Shades of Orinoco #CFD1A2
Tints of Orinoco #CFD1A2
RGB
CMYK
RGB Variations
Color information
#CFD1A2 (or 0xCFD1A2) is known color: Orinoco. HEX triplet: CF, D1 and A2. RGB value is (207,209,162). Sum of RGB (Red+Green+Blue) = 207+209+162=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1A2 is #302E5D. Grayscale: #CBCBCB. Windows color (decimal): -3157598 or 10670543. OLE color: 10670543.
HSL color Cylindrical-coordinate representation of color #CFD1A2: hue angle of 62.55º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFD1A2 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 162 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.18 |
| HSL | 62.55º | 0.34% | 0.73% | - |
| HSV(B) | 62.55º | 0.22% | 0.82% | - |
| XYZ | 55.05 | 61.47 | 43.15 | - |
| YUV | 203.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 162 | 0.01 | 0 | 0.22 | 0.18 | 62.55 | 0.34 | 0.73 |
| Hex | CF | D1 | A2 | 1 | 0 | 16 | 12 | 3F | 22 | 49 |
| Octal | 317 | 321 | 242 | 1 | 0 | 26 | 22 | 77 | 42 | 111 |
| Binary | 11001111 | 11010001 | 10100010 | 1 | 0 | 10110 | 10010 | 111111 | 100010 | 1001001 |
Color Harmonies of #CFD1A2
Complementary color
Monochromatic Colors of #CFD1A2
Black with #CFD1A2
Text Example
Text Example
White with #CFD1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1A2; }
p { color: rgb(207,209,162); }
H1.HeaderClassName
{
color: #CFD1A2;
}
.AnyTagClassName
{
color: #CFD1A2;
}
</style>
background-color css
<style>
a { background-color: #CFD1A2; }
a { background-color: rgb(207,209,162); }
div.DivClassName
{
background-color: #CFD1A2;
}
.BgClassName
{
background-color: #CFD1A2;
}
</style>
border-color css
<style>
span { border-color: #CFD1A2; }
span { border-color: rgb(207,209,162); }
td.TdClassName
{
border-color: #CFD1A2;
}
.TagClassName
{
border-color: #CFD1A2;
}
</style>