Shades of Orinoco #CED9A0
Tints of Orinoco #CED9A0
RGB
CMYK
RGB Variations
Color information
#CED9A0 (or 0xCED9A0) is known color: Orinoco. HEX triplet: CE, D9 and A0. RGB value is (206,217,160). Sum of RGB (Red+Green+Blue) = 206+217+160=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED9A0 is #31265F. Grayscale: #CFCFCF. Windows color (decimal): -3221088 or 10541518. OLE color: 10541518.
HSL color Cylindrical-coordinate representation of color #CED9A0: hue angle of 71.58º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CED9A0 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 217 | 160 | - |
CMYK | 0.05 | 0 | 0.26 | 0.15 |
HSL | 71.58º | 0.43% | 0.74% | - |
HSV(B) | 71.58º | 0.26% | 0.85% | - |
XYZ | 56.61 | 65.29 | 42.88 | - |
YUV | 207.21 | 101.36 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 160 | 0.05 | 0 | 0.26 | 0.15 | 71.58 | 0.43 | 0.74 |
Hex | CE | D9 | A0 | 5 | 0 | 1A | F | 48 | 2B | 4A |
Octal | 316 | 331 | 240 | 5 | 0 | 32 | 17 | 110 | 53 | 112 |
Binary | 11001110 | 11011001 | 10100000 | 101 | 0 | 11010 | 1111 | 1001000 | 101011 | 1001010 |
Color Harmonies of #CED9A0
Complementary color
Monochromatic Colors of #CED9A0
Black with #CED9A0
Text Example
Text Example
White with #CED9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9A0; }
p { color: rgb(206,217,160); }
H1.HeaderClassName
{
color: #CED9A0;
}
.AnyTagClassName
{
color: #CED9A0;
}
</style>
background-color css
<style>
a { background-color: #CED9A0; }
a { background-color: rgb(206,217,160); }
div.DivClassName
{
background-color: #CED9A0;
}
.BgClassName
{
background-color: #CED9A0;
}
</style>
border-color css
<style>
span { border-color: #CED9A0; }
span { border-color: rgb(206,217,160); }
td.TdClassName
{
border-color: #CED9A0;
}
.TagClassName
{
border-color: #CED9A0;
}
</style>