Shades of Orinoco #CED6A6
Tints of Orinoco #CED6A6
RGB
CMYK
RGB Variations
Color information
#CED6A6 (or 0xCED6A6) is known color: Orinoco. HEX triplet: CE, D6 and A6. RGB value is (206,214,166). Sum of RGB (Red+Green+Blue) = 206+214+166=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED6A6 is #312959. Grayscale: #CECECE. Windows color (decimal): -3221850 or 10933966. OLE color: 10933966.
HSL color Cylindrical-coordinate representation of color #CED6A6: hue angle of 70º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CED6A6 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 166 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.16 |
| HSL | 70º | 0.37% | 0.75% | - |
| HSV(B) | 70º | 0.22% | 0.84% | - |
| XYZ | 56.38 | 63.97 | 45.45 | - |
| YUV | 206.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 166 | 0.04 | 0 | 0.22 | 0.16 | 70 | 0.37 | 0.75 |
| Hex | CE | D6 | A6 | 4 | 0 | 16 | 10 | 46 | 25 | 4B |
| Octal | 316 | 326 | 246 | 4 | 0 | 26 | 20 | 106 | 45 | 113 |
| Binary | 11001110 | 11010110 | 10100110 | 100 | 0 | 10110 | 10000 | 1000110 | 100101 | 1001011 |
Color Harmonies of #CED6A6
Complementary color
Monochromatic Colors of #CED6A6
Black with #CED6A6
Text Example
Text Example
White with #CED6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6A6; }
p { color: rgb(206,214,166); }
H1.HeaderClassName
{
color: #CED6A6;
}
.AnyTagClassName
{
color: #CED6A6;
}
</style>
background-color css
<style>
a { background-color: #CED6A6; }
a { background-color: rgb(206,214,166); }
div.DivClassName
{
background-color: #CED6A6;
}
.BgClassName
{
background-color: #CED6A6;
}
</style>
border-color css
<style>
span { border-color: #CED6A6; }
span { border-color: rgb(206,214,166); }
td.TdClassName
{
border-color: #CED6A6;
}
.TagClassName
{
border-color: #CED6A6;
}
</style>