Shades of Orinoco #CED5A2
Tints of Orinoco #CED5A2
RGB
CMYK
RGB Variations
Color information
#CED5A2 (or 0xCED5A2) is known color: Orinoco. HEX triplet: CE, D5 and A2. RGB value is (206,213,162). Sum of RGB (Red+Green+Blue) = 206+213+162=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED5A2 is #312A5D. Grayscale: #CDCDCD. Windows color (decimal): -3222110 or 10671566. OLE color: 10671566.
HSL color Cylindrical-coordinate representation of color #CED5A2: hue angle of 68.24º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CED5A2 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 162 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.16 |
| HSL | 68.24º | 0.38% | 0.74% | - |
| HSV(B) | 68.24º | 0.24% | 0.84% | - |
| XYZ | 55.77 | 63.32 | 43.46 | - |
| YUV | 205.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 162 | 0.03 | 0 | 0.24 | 0.16 | 68.24 | 0.38 | 0.74 |
| Hex | CE | D5 | A2 | 3 | 0 | 18 | 10 | 44 | 26 | 4A |
| Octal | 316 | 325 | 242 | 3 | 0 | 30 | 20 | 104 | 46 | 112 |
| Binary | 11001110 | 11010101 | 10100010 | 11 | 0 | 11000 | 10000 | 1000100 | 100110 | 1001010 |
Color Harmonies of #CED5A2
Complementary color
Monochromatic Colors of #CED5A2
Black with #CED5A2
Text Example
Text Example
White with #CED5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5A2; }
p { color: rgb(206,213,162); }
H1.HeaderClassName
{
color: #CED5A2;
}
.AnyTagClassName
{
color: #CED5A2;
}
</style>
background-color css
<style>
a { background-color: #CED5A2; }
a { background-color: rgb(206,213,162); }
div.DivClassName
{
background-color: #CED5A2;
}
.BgClassName
{
background-color: #CED5A2;
}
</style>
border-color css
<style>
span { border-color: #CED5A2; }
span { border-color: rgb(206,213,162); }
td.TdClassName
{
border-color: #CED5A2;
}
.TagClassName
{
border-color: #CED5A2;
}
</style>