Shades of Orinoco #CED4A1
Tints of Orinoco #CED4A1
RGB
CMYK
RGB Variations
Color information
#CED4A1 (or 0xCED4A1) is known color: Orinoco. HEX triplet: CE, D4 and A1. RGB value is (206,212,161). Sum of RGB (Red+Green+Blue) = 206+212+161=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED4A1 is #312B5E. Grayscale: #CCCCCC. Windows color (decimal): -3222367 or 10605774. OLE color: 10605774.
HSL color Cylindrical-coordinate representation of color #CED4A1: hue angle of 67.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CED4A1 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 161 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.17 |
| HSL | 67.06º | 0.37% | 0.73% | - |
| HSV(B) | 67.06º | 0.24% | 0.83% | - |
| XYZ | 55.43 | 62.78 | 42.91 | - |
| YUV | 204.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 161 | 0.03 | 0 | 0.24 | 0.17 | 67.06 | 0.37 | 0.73 |
| Hex | CE | D4 | A1 | 3 | 0 | 18 | 11 | 43 | 25 | 49 |
| Octal | 316 | 324 | 241 | 3 | 0 | 30 | 21 | 103 | 45 | 111 |
| Binary | 11001110 | 11010100 | 10100001 | 11 | 0 | 11000 | 10001 | 1000011 | 100101 | 1001001 |
Color Harmonies of #CED4A1
Complementary color
Monochromatic Colors of #CED4A1
Black with #CED4A1
Text Example
Text Example
White with #CED4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4A1; }
p { color: rgb(206,212,161); }
H1.HeaderClassName
{
color: #CED4A1;
}
.AnyTagClassName
{
color: #CED4A1;
}
</style>
background-color css
<style>
a { background-color: #CED4A1; }
a { background-color: rgb(206,212,161); }
div.DivClassName
{
background-color: #CED4A1;
}
.BgClassName
{
background-color: #CED4A1;
}
</style>
border-color css
<style>
span { border-color: #CED4A1; }
span { border-color: rgb(206,212,161); }
td.TdClassName
{
border-color: #CED4A1;
}
.TagClassName
{
border-color: #CED4A1;
}
</style>