Shades of Orinoco #CED9A7
Tints of Orinoco #CED9A7
RGB
CMYK
RGB Variations
Color information
#CED9A7 (or 0xCED9A7) is known color: Orinoco. HEX triplet: CE, D9 and A7. RGB value is (206,217,167). Sum of RGB (Red+Green+Blue) = 206+217+167=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED9A7 is #312658. Grayscale: #D0D0D0. Windows color (decimal): -3221081 or 11000270. OLE color: 11000270.
HSL color Cylindrical-coordinate representation of color #CED9A7: hue angle of 73.2º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED9A7 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 167 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.15 |
| HSL | 73.2º | 0.4% | 0.75% | - |
| HSV(B) | 73.2º | 0.23% | 0.85% | - |
| XYZ | 57.24 | 65.54 | 46.19 | - |
| YUV | 208.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 167 | 0.05 | 0 | 0.23 | 0.15 | 73.2 | 0.4 | 0.75 |
| Hex | CE | D9 | A7 | 5 | 0 | 17 | F | 49 | 28 | 4B |
| Octal | 316 | 331 | 247 | 5 | 0 | 27 | 17 | 111 | 50 | 113 |
| Binary | 11001110 | 11011001 | 10100111 | 101 | 0 | 10111 | 1111 | 1001001 | 101000 | 1001011 |
Color Harmonies of #CED9A7
Complementary color
Monochromatic Colors of #CED9A7
Black with #CED9A7
Text Example
Text Example
White with #CED9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9A7; }
p { color: rgb(206,217,167); }
H1.HeaderClassName
{
color: #CED9A7;
}
.AnyTagClassName
{
color: #CED9A7;
}
</style>
background-color css
<style>
a { background-color: #CED9A7; }
a { background-color: rgb(206,217,167); }
div.DivClassName
{
background-color: #CED9A7;
}
.BgClassName
{
background-color: #CED9A7;
}
</style>
border-color css
<style>
span { border-color: #CED9A7; }
span { border-color: rgb(206,217,167); }
td.TdClassName
{
border-color: #CED9A7;
}
.TagClassName
{
border-color: #CED9A7;
}
</style>