Shades of Orinoco #CED9A6
Tints of Orinoco #CED9A6
RGB
CMYK
RGB Variations
Color information
#CED9A6 (or 0xCED9A6) is known color: Orinoco. HEX triplet: CE, D9 and A6. RGB value is (206,217,166). Sum of RGB (Red+Green+Blue) = 206+217+166=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED9A6 is #312659. Grayscale: #D0D0D0. Windows color (decimal): -3221082 or 10934734. OLE color: 10934734.
HSL color Cylindrical-coordinate representation of color #CED9A6: hue angle of 72.94º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CED9A6 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 166 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.15 |
| HSL | 72.94º | 0.4% | 0.75% | - |
| HSV(B) | 72.94º | 0.24% | 0.85% | - |
| XYZ | 57.15 | 65.5 | 45.71 | - |
| YUV | 207.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 166 | 0.05 | 0 | 0.24 | 0.15 | 72.94 | 0.4 | 0.75 |
| Hex | CE | D9 | A6 | 5 | 0 | 18 | F | 49 | 28 | 4B |
| Octal | 316 | 331 | 246 | 5 | 0 | 30 | 17 | 111 | 50 | 113 |
| Binary | 11001110 | 11011001 | 10100110 | 101 | 0 | 11000 | 1111 | 1001001 | 101000 | 1001011 |
Color Harmonies of #CED9A6
Complementary color
Monochromatic Colors of #CED9A6
Black with #CED9A6
Text Example
Text Example
White with #CED9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9A6; }
p { color: rgb(206,217,166); }
H1.HeaderClassName
{
color: #CED9A6;
}
.AnyTagClassName
{
color: #CED9A6;
}
</style>
background-color css
<style>
a { background-color: #CED9A6; }
a { background-color: rgb(206,217,166); }
div.DivClassName
{
background-color: #CED9A6;
}
.BgClassName
{
background-color: #CED9A6;
}
</style>
border-color css
<style>
span { border-color: #CED9A6; }
span { border-color: rgb(206,217,166); }
td.TdClassName
{
border-color: #CED9A6;
}
.TagClassName
{
border-color: #CED9A6;
}
</style>