Shades of Orinoco #CED7A5
Tints of Orinoco #CED7A5
RGB
CMYK
RGB Variations
Color information
#CED7A5 (or 0xCED7A5) is known color: Orinoco. HEX triplet: CE, D7 and A5. RGB value is (206,215,165). Sum of RGB (Red+Green+Blue) = 206+215+165=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED7A5 is #31285A. Grayscale: #CECECE. Windows color (decimal): -3221595 or 10868686. OLE color: 10868686.
HSL color Cylindrical-coordinate representation of color #CED7A5: hue angle of 70.8º 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 #CED7A5 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 165 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.16 |
| HSL | 70.8º | 0.38% | 0.75% | - |
| HSV(B) | 70.8º | 0.23% | 0.84% | - |
| XYZ | 56.55 | 64.44 | 45.06 | - |
| YUV | 206.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 165 | 0.04 | 0 | 0.23 | 0.16 | 70.8 | 0.38 | 0.75 |
| Hex | CE | D7 | A5 | 4 | 0 | 17 | 10 | 47 | 26 | 4B |
| Octal | 316 | 327 | 245 | 4 | 0 | 27 | 20 | 107 | 46 | 113 |
| Binary | 11001110 | 11010111 | 10100101 | 100 | 0 | 10111 | 10000 | 1000111 | 100110 | 1001011 |
Color Harmonies of #CED7A5
Complementary color
Monochromatic Colors of #CED7A5
Black with #CED7A5
Text Example
Text Example
White with #CED7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7A5; }
p { color: rgb(206,215,165); }
H1.HeaderClassName
{
color: #CED7A5;
}
.AnyTagClassName
{
color: #CED7A5;
}
</style>
background-color css
<style>
a { background-color: #CED7A5; }
a { background-color: rgb(206,215,165); }
div.DivClassName
{
background-color: #CED7A5;
}
.BgClassName
{
background-color: #CED7A5;
}
</style>
border-color css
<style>
span { border-color: #CED7A5; }
span { border-color: rgb(206,215,165); }
td.TdClassName
{
border-color: #CED7A5;
}
.TagClassName
{
border-color: #CED7A5;
}
</style>