Shades of Orinoco #CED0BA
Tints of Orinoco #CED0BA
RGB
CMYK
RGB Variations
Color information
#CED0BA (or 0xCED0BA) is known color: Orinoco. HEX triplet: CE, D0 and BA. RGB value is (206,208,186). Sum of RGB (Red+Green+Blue) = 206+208+186=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0BA is #312F45. Grayscale: #CCCCCC. Windows color (decimal): -3223366 or 12243150. OLE color: 12243150.
HSL color Cylindrical-coordinate representation of color #CED0BA: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED0BA is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 186 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.18 |
| HSL | 65.45º | 0.19% | 0.77% | - |
| HSV(B) | 65.45º | 0.11% | 0.82% | - |
| XYZ | 56.87 | 61.78 | 55.38 | - |
| YUV | 204.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 186 | 0.01 | 0 | 0.11 | 0.18 | 65.45 | 0.19 | 0.77 |
| Hex | CE | D0 | BA | 1 | 0 | B | 12 | 41 | 13 | 4D |
| Octal | 316 | 320 | 272 | 1 | 0 | 13 | 22 | 101 | 23 | 115 |
| Binary | 11001110 | 11010000 | 10111010 | 1 | 0 | 1011 | 10010 | 1000001 | 10011 | 1001101 |
Color Harmonies of #CED0BA
Complementary color
Monochromatic Colors of #CED0BA
Black with #CED0BA
Text Example
Text Example
White with #CED0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0BA; }
p { color: rgb(206,208,186); }
H1.HeaderClassName
{
color: #CED0BA;
}
.AnyTagClassName
{
color: #CED0BA;
}
</style>
background-color css
<style>
a { background-color: #CED0BA; }
a { background-color: rgb(206,208,186); }
div.DivClassName
{
background-color: #CED0BA;
}
.BgClassName
{
background-color: #CED0BA;
}
</style>
border-color css
<style>
span { border-color: #CED0BA; }
span { border-color: rgb(206,208,186); }
td.TdClassName
{
border-color: #CED0BA;
}
.TagClassName
{
border-color: #CED0BA;
}
</style>