Shades of Orinoco #CFD1A3
Tints of Orinoco #CFD1A3
RGB
CMYK
RGB Variations
Color information
#CFD1A3 (or 0xCFD1A3) is known color: Orinoco. HEX triplet: CF, D1 and A3. RGB value is (207,209,163). Sum of RGB (Red+Green+Blue) = 207+209+163=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1A3 is #302E5C. Grayscale: #CBCBCB. Windows color (decimal): -3157597 or 10736079. OLE color: 10736079.
HSL color Cylindrical-coordinate representation of color #CFD1A3: hue angle of 62.61º degrees, saturation: 0.33, 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 #CFD1A3 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 163 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.18 |
| HSL | 62.61º | 0.33% | 0.73% | - |
| HSV(B) | 62.61º | 0.22% | 0.82% | - |
| XYZ | 55.14 | 61.51 | 43.62 | - |
| YUV | 203.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 163 | 0.01 | 0 | 0.22 | 0.18 | 62.61 | 0.33 | 0.73 |
| Hex | CF | D1 | A3 | 1 | 0 | 16 | 12 | 3F | 21 | 49 |
| Octal | 317 | 321 | 243 | 1 | 0 | 26 | 22 | 77 | 41 | 111 |
| Binary | 11001111 | 11010001 | 10100011 | 1 | 0 | 10110 | 10010 | 111111 | 100001 | 1001001 |
Color Harmonies of #CFD1A3
Complementary color
Monochromatic Colors of #CFD1A3
Black with #CFD1A3
Text Example
Text Example
White with #CFD1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1A3; }
p { color: rgb(207,209,163); }
H1.HeaderClassName
{
color: #CFD1A3;
}
.AnyTagClassName
{
color: #CFD1A3;
}
</style>
background-color css
<style>
a { background-color: #CFD1A3; }
a { background-color: rgb(207,209,163); }
div.DivClassName
{
background-color: #CFD1A3;
}
.BgClassName
{
background-color: #CFD1A3;
}
</style>
border-color css
<style>
span { border-color: #CFD1A3; }
span { border-color: rgb(207,209,163); }
td.TdClassName
{
border-color: #CFD1A3;
}
.TagClassName
{
border-color: #CFD1A3;
}
</style>