Shades of Orinoco #CED0A2
Tints of Orinoco #CED0A2
RGB
CMYK
RGB Variations
Color information
#CED0A2 (or 0xCED0A2) is known color: Orinoco. HEX triplet: CE, D0 and A2. RGB value is (206,208,162). Sum of RGB (Red+Green+Blue) = 206+208+162=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED0A2 is #312F5D. Grayscale: #CACACA. Windows color (decimal): -3223390 or 10670286. OLE color: 10670286.
HSL color Cylindrical-coordinate representation of color #CED0A2: hue angle of 62.61º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CED0A2 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 162 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.18 |
| HSL | 62.61º | 0.33% | 0.73% | - |
| HSV(B) | 62.61º | 0.22% | 0.82% | - |
| XYZ | 54.53 | 60.84 | 43.05 | - |
| YUV | 202.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 162 | 0.01 | 0 | 0.22 | 0.18 | 62.61 | 0.33 | 0.73 |
| Hex | CE | D0 | A2 | 1 | 0 | 16 | 12 | 3F | 21 | 49 |
| Octal | 316 | 320 | 242 | 1 | 0 | 26 | 22 | 77 | 41 | 111 |
| Binary | 11001110 | 11010000 | 10100010 | 1 | 0 | 10110 | 10010 | 111111 | 100001 | 1001001 |
Color Harmonies of #CED0A2
Complementary color
Monochromatic Colors of #CED0A2
Black with #CED0A2
Text Example
Text Example
White with #CED0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0A2; }
p { color: rgb(206,208,162); }
H1.HeaderClassName
{
color: #CED0A2;
}
.AnyTagClassName
{
color: #CED0A2;
}
</style>
background-color css
<style>
a { background-color: #CED0A2; }
a { background-color: rgb(206,208,162); }
div.DivClassName
{
background-color: #CED0A2;
}
.BgClassName
{
background-color: #CED0A2;
}
</style>
border-color css
<style>
span { border-color: #CED0A2; }
span { border-color: rgb(206,208,162); }
td.TdClassName
{
border-color: #CED0A2;
}
.TagClassName
{
border-color: #CED0A2;
}
</style>