Shades of Orinoco #CFCEA9
Tints of Orinoco #CFCEA9
RGB
CMYK
RGB Variations
Color information
#CFCEA9 (or 0xCFCEA9) is known color: Orinoco. HEX triplet: CF, CE and A9. RGB value is (207,206,169). Sum of RGB (Red+Green+Blue) = 207+206+169=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA9 is #303156. Grayscale: #CACACA. Windows color (decimal): -3158359 or 11128527. OLE color: 11128527.
HSL color Cylindrical-coordinate representation of color #CFCEA9: hue angle of 58.42º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFCEA9 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 169 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.19 |
| HSL | 58.42º | 0.28% | 0.74% | - |
| HSV(B) | 58.42º | 0.18% | 0.81% | - |
| XYZ | 54.96 | 60.27 | 46.27 | - |
| YUV | 202.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 169 | 0 | 0.00 | 0.18 | 0.19 | 58.42 | 0.28 | 0.74 |
| Hex | CF | CE | A9 | 0 | 0 | 12 | 13 | 3A | 1C | 4A |
| Octal | 317 | 316 | 251 | 0 | 0 | 22 | 23 | 72 | 34 | 112 |
| Binary | 11001111 | 11001110 | 10101001 | 0 | 0 | 10010 | 10011 | 111010 | 11100 | 1001010 |
Color Harmonies of #CFCEA9
Complementary color
Monochromatic Colors of #CFCEA9
Black with #CFCEA9
Text Example
Text Example
White with #CFCEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA9; }
p { color: rgb(207,206,169); }
H1.HeaderClassName
{
color: #CFCEA9;
}
.AnyTagClassName
{
color: #CFCEA9;
}
</style>
background-color css
<style>
a { background-color: #CFCEA9; }
a { background-color: rgb(207,206,169); }
div.DivClassName
{
background-color: #CFCEA9;
}
.BgClassName
{
background-color: #CFCEA9;
}
</style>
border-color css
<style>
span { border-color: #CFCEA9; }
span { border-color: rgb(207,206,169); }
td.TdClassName
{
border-color: #CFCEA9;
}
.TagClassName
{
border-color: #CFCEA9;
}
</style>