Shades of Orinoco #CED2A1
Tints of Orinoco #CED2A1
RGB
CMYK
RGB Variations
Color information
#CED2A1 (or 0xCED2A1) is known color: Orinoco. HEX triplet: CE, D2 and A1. RGB value is (206,210,161). Sum of RGB (Red+Green+Blue) = 206+210+161=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED2A1 is #312D5E. Grayscale: #CBCBCB. Windows color (decimal): -3222879 or 10605262. OLE color: 10605262.
HSL color Cylindrical-coordinate representation of color #CED2A1: hue angle of 64.9º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED2A1 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 161 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.18 |
| HSL | 64.9º | 0.35% | 0.73% | - |
| HSV(B) | 64.9º | 0.23% | 0.82% | - |
| XYZ | 54.93 | 61.79 | 42.75 | - |
| YUV | 203.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 161 | 0.02 | 0 | 0.23 | 0.18 | 64.9 | 0.35 | 0.73 |
| Hex | CE | D2 | A1 | 2 | 0 | 17 | 12 | 41 | 23 | 49 |
| Octal | 316 | 322 | 241 | 2 | 0 | 27 | 22 | 101 | 43 | 111 |
| Binary | 11001110 | 11010010 | 10100001 | 10 | 0 | 10111 | 10010 | 1000001 | 100011 | 1001001 |
Color Harmonies of #CED2A1
Complementary color
Monochromatic Colors of #CED2A1
Black with #CED2A1
Text Example
Text Example
White with #CED2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2A1; }
p { color: rgb(206,210,161); }
H1.HeaderClassName
{
color: #CED2A1;
}
.AnyTagClassName
{
color: #CED2A1;
}
</style>
background-color css
<style>
a { background-color: #CED2A1; }
a { background-color: rgb(206,210,161); }
div.DivClassName
{
background-color: #CED2A1;
}
.BgClassName
{
background-color: #CED2A1;
}
</style>
border-color css
<style>
span { border-color: #CED2A1; }
span { border-color: rgb(206,210,161); }
td.TdClassName
{
border-color: #CED2A1;
}
.TagClassName
{
border-color: #CED2A1;
}
</style>