Shades of Orinoco #CED09F
Tints of Orinoco #CED09F
RGB
CMYK
RGB Variations
Color information
#CED09F (or 0xCED09F) is known color: Orinoco. HEX triplet: CE, D0 and 9F. RGB value is (206,208,159). Sum of RGB (Red+Green+Blue) = 206+208+159=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #CED09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED09F is #312F60. Grayscale: #CACACA. Windows color (decimal): -3223393 or 10473678. OLE color: 10473678.
HSL color Cylindrical-coordinate representation of color #CED09F: hue angle of 62.45º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CED09F is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 159 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.18 |
| HSL | 62.45º | 0.34% | 0.72% | - |
| HSV(B) | 62.45º | 0.24% | 0.82% | - |
| XYZ | 54.27 | 60.74 | 41.66 | - |
| YUV | 201.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 159 | 0.01 | 0 | 0.24 | 0.18 | 62.45 | 0.34 | 0.72 |
| Hex | CE | D0 | 9F | 1 | 0 | 18 | 12 | 3E | 22 | 48 |
| Octal | 316 | 320 | 237 | 1 | 0 | 30 | 22 | 76 | 42 | 110 |
| Binary | 11001110 | 11010000 | 10011111 | 1 | 0 | 11000 | 10010 | 111110 | 100010 | 1001000 |
Color Harmonies of #CED09F
Complementary color
Monochromatic Colors of #CED09F
Black with #CED09F
Text Example
Text Example
White with #CED09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED09F; }
p { color: rgb(206,208,159); }
H1.HeaderClassName
{
color: #CED09F;
}
.AnyTagClassName
{
color: #CED09F;
}
</style>
background-color css
<style>
a { background-color: #CED09F; }
a { background-color: rgb(206,208,159); }
div.DivClassName
{
background-color: #CED09F;
}
.BgClassName
{
background-color: #CED09F;
}
</style>
border-color css
<style>
span { border-color: #CED09F; }
span { border-color: rgb(206,208,159); }
td.TdClassName
{
border-color: #CED09F;
}
.TagClassName
{
border-color: #CED09F;
}
</style>