Shades of Orinoco #CED2A2
Tints of Orinoco #CED2A2
RGB
CMYK
RGB Variations
Color information
#CED2A2 (or 0xCED2A2) is known color: Orinoco. HEX triplet: CE, D2 and A2. RGB value is (206,210,162). Sum of RGB (Red+Green+Blue) = 206+210+162=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED2A2 is #312D5D. Grayscale: #CBCBCB. Windows color (decimal): -3222878 or 10670798. OLE color: 10670798.
HSL color Cylindrical-coordinate representation of color #CED2A2: hue angle of 65º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED2A2 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 162 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.18 |
| HSL | 65º | 0.35% | 0.73% | - |
| HSV(B) | 65º | 0.23% | 0.82% | - |
| XYZ | 55.02 | 61.82 | 43.22 | - |
| YUV | 203.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 162 | 0.02 | 0 | 0.23 | 0.18 | 65 | 0.35 | 0.73 |
| Hex | CE | D2 | A2 | 2 | 0 | 17 | 12 | 41 | 23 | 49 |
| Octal | 316 | 322 | 242 | 2 | 0 | 27 | 22 | 101 | 43 | 111 |
| Binary | 11001110 | 11010010 | 10100010 | 10 | 0 | 10111 | 10010 | 1000001 | 100011 | 1001001 |
Color Harmonies of #CED2A2
Complementary color
Monochromatic Colors of #CED2A2
Black with #CED2A2
Text Example
Text Example
White with #CED2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2A2; }
p { color: rgb(206,210,162); }
H1.HeaderClassName
{
color: #CED2A2;
}
.AnyTagClassName
{
color: #CED2A2;
}
</style>
background-color css
<style>
a { background-color: #CED2A2; }
a { background-color: rgb(206,210,162); }
div.DivClassName
{
background-color: #CED2A2;
}
.BgClassName
{
background-color: #CED2A2;
}
</style>
border-color css
<style>
span { border-color: #CED2A2; }
span { border-color: rgb(206,210,162); }
td.TdClassName
{
border-color: #CED2A2;
}
.TagClassName
{
border-color: #CED2A2;
}
</style>