Shades of Orinoco #CFD0A9
Tints of Orinoco #CFD0A9
RGB
CMYK
RGB Variations
Color information
#CFD0A9 (or 0xCFD0A9) is known color: Orinoco. HEX triplet: CF, D0 and A9. RGB value is (207,208,169). Sum of RGB (Red+Green+Blue) = 207+208+169=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0A9 is #302F56. Grayscale: #CBCBCB. Windows color (decimal): -3157847 or 11129039. OLE color: 11129039.
HSL color Cylindrical-coordinate representation of color #CFD0A9: hue angle of 61.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD0A9 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 169 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.18 |
| HSL | 61.54º | 0.29% | 0.74% | - |
| HSV(B) | 61.54º | 0.19% | 0.82% | - |
| XYZ | 55.45 | 61.24 | 46.43 | - |
| YUV | 203.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 169 | 0.00 | 0 | 0.19 | 0.18 | 61.54 | 0.29 | 0.74 |
| Hex | CF | D0 | A9 | 0 | 0 | 13 | 12 | 3E | 1D | 4A |
| Octal | 317 | 320 | 251 | 0 | 0 | 23 | 22 | 76 | 35 | 112 |
| Binary | 11001111 | 11010000 | 10101001 | 0 | 0 | 10011 | 10010 | 111110 | 11101 | 1001010 |
Color Harmonies of #CFD0A9
Complementary color
Monochromatic Colors of #CFD0A9
Black with #CFD0A9
Text Example
Text Example
White with #CFD0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0A9; }
p { color: rgb(207,208,169); }
H1.HeaderClassName
{
color: #CFD0A9;
}
.AnyTagClassName
{
color: #CFD0A9;
}
</style>
background-color css
<style>
a { background-color: #CFD0A9; }
a { background-color: rgb(207,208,169); }
div.DivClassName
{
background-color: #CFD0A9;
}
.BgClassName
{
background-color: #CFD0A9;
}
</style>
border-color css
<style>
span { border-color: #CFD0A9; }
span { border-color: rgb(207,208,169); }
td.TdClassName
{
border-color: #CFD0A9;
}
.TagClassName
{
border-color: #CFD0A9;
}
</style>