Shades of Orinoco #CFD0A4
Tints of Orinoco #CFD0A4
RGB
CMYK
RGB Variations
Color information
#CFD0A4 (or 0xCFD0A4) is known color: Orinoco. HEX triplet: CF, D0 and A4. RGB value is (207,208,164). Sum of RGB (Red+Green+Blue) = 207+208+164=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0A4 is #302F5B. Grayscale: #CACACA. Windows color (decimal): -3157852 or 10801359. OLE color: 10801359.
HSL color Cylindrical-coordinate representation of color #CFD0A4: hue angle of 61.36º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFD0A4 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 164 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.18 |
| HSL | 61.36º | 0.32% | 0.73% | - |
| HSV(B) | 61.36º | 0.21% | 0.82% | - |
| XYZ | 54.99 | 61.06 | 44.01 | - |
| YUV | 202.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 164 | 0.00 | 0 | 0.21 | 0.18 | 61.36 | 0.32 | 0.73 |
| Hex | CF | D0 | A4 | 0 | 0 | 15 | 12 | 3D | 20 | 49 |
| Octal | 317 | 320 | 244 | 0 | 0 | 25 | 22 | 75 | 40 | 111 |
| Binary | 11001111 | 11010000 | 10100100 | 0 | 0 | 10101 | 10010 | 111101 | 100000 | 1001001 |
Color Harmonies of #CFD0A4
Complementary color
Monochromatic Colors of #CFD0A4
Black with #CFD0A4
Text Example
Text Example
White with #CFD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0A4; }
p { color: rgb(207,208,164); }
H1.HeaderClassName
{
color: #CFD0A4;
}
.AnyTagClassName
{
color: #CFD0A4;
}
</style>
background-color css
<style>
a { background-color: #CFD0A4; }
a { background-color: rgb(207,208,164); }
div.DivClassName
{
background-color: #CFD0A4;
}
.BgClassName
{
background-color: #CFD0A4;
}
</style>
border-color css
<style>
span { border-color: #CFD0A4; }
span { border-color: rgb(207,208,164); }
td.TdClassName
{
border-color: #CFD0A4;
}
.TagClassName
{
border-color: #CFD0A4;
}
</style>