Shades of Orinoco #CED6A5
Tints of Orinoco #CED6A5
RGB
CMYK
RGB Variations
Color information
#CED6A5 (or 0xCED6A5) is known color: Orinoco. HEX triplet: CE, D6 and A5. RGB value is (206,214,165). Sum of RGB (Red+Green+Blue) = 206+214+165=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED6A5 is #31295A. Grayscale: #CECECE. Windows color (decimal): -3221851 or 10868430. OLE color: 10868430.
HSL color Cylindrical-coordinate representation of color #CED6A5: hue angle of 69.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED6A5 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 165 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.16 |
| HSL | 69.8º | 0.37% | 0.74% | - |
| HSV(B) | 69.8º | 0.23% | 0.84% | - |
| XYZ | 56.29 | 63.93 | 44.97 | - |
| YUV | 206.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 165 | 0.04 | 0 | 0.23 | 0.16 | 69.8 | 0.37 | 0.74 |
| Hex | CE | D6 | A5 | 4 | 0 | 17 | 10 | 46 | 25 | 4A |
| Octal | 316 | 326 | 245 | 4 | 0 | 27 | 20 | 106 | 45 | 112 |
| Binary | 11001110 | 11010110 | 10100101 | 100 | 0 | 10111 | 10000 | 1000110 | 100101 | 1001010 |
Color Harmonies of #CED6A5
Complementary color
Monochromatic Colors of #CED6A5
Black with #CED6A5
Text Example
Text Example
White with #CED6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6A5; }
p { color: rgb(206,214,165); }
H1.HeaderClassName
{
color: #CED6A5;
}
.AnyTagClassName
{
color: #CED6A5;
}
</style>
background-color css
<style>
a { background-color: #CED6A5; }
a { background-color: rgb(206,214,165); }
div.DivClassName
{
background-color: #CED6A5;
}
.BgClassName
{
background-color: #CED6A5;
}
</style>
border-color css
<style>
span { border-color: #CED6A5; }
span { border-color: rgb(206,214,165); }
td.TdClassName
{
border-color: #CED6A5;
}
.TagClassName
{
border-color: #CED6A5;
}
</style>