Shades of Orinoco #CED7A6
Tints of Orinoco #CED7A6
RGB
CMYK
RGB Variations
Color information
#CED7A6 (or 0xCED7A6) is known color: Orinoco. HEX triplet: CE, D7 and A6. RGB value is (206,215,166). Sum of RGB (Red+Green+Blue) = 206+215+166=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED7A6 is #312859. Grayscale: #CECECE. Windows color (decimal): -3221594 or 10934222. OLE color: 10934222.
HSL color Cylindrical-coordinate representation of color #CED7A6: hue angle of 71.02º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED7A6 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 166 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.16 |
| HSL | 71.02º | 0.38% | 0.75% | - |
| HSV(B) | 71.02º | 0.23% | 0.84% | - |
| XYZ | 56.64 | 64.48 | 45.54 | - |
| YUV | 206.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 166 | 0.04 | 0 | 0.23 | 0.16 | 71.02 | 0.38 | 0.75 |
| Hex | CE | D7 | A6 | 4 | 0 | 17 | 10 | 47 | 26 | 4B |
| Octal | 316 | 327 | 246 | 4 | 0 | 27 | 20 | 107 | 46 | 113 |
| Binary | 11001110 | 11010111 | 10100110 | 100 | 0 | 10111 | 10000 | 1000111 | 100110 | 1001011 |
Color Harmonies of #CED7A6
Complementary color
Monochromatic Colors of #CED7A6
Black with #CED7A6
Text Example
Text Example
White with #CED7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7A6; }
p { color: rgb(206,215,166); }
H1.HeaderClassName
{
color: #CED7A6;
}
.AnyTagClassName
{
color: #CED7A6;
}
</style>
background-color css
<style>
a { background-color: #CED7A6; }
a { background-color: rgb(206,215,166); }
div.DivClassName
{
background-color: #CED7A6;
}
.BgClassName
{
background-color: #CED7A6;
}
</style>
border-color css
<style>
span { border-color: #CED7A6; }
span { border-color: rgb(206,215,166); }
td.TdClassName
{
border-color: #CED7A6;
}
.TagClassName
{
border-color: #CED7A6;
}
</style>