Shades of Orinoco #CED6A3
Tints of Orinoco #CED6A3
RGB
CMYK
RGB Variations
Color information
#CED6A3 (or 0xCED6A3) is known color: Orinoco. HEX triplet: CE, D6 and A3. RGB value is (206,214,163). Sum of RGB (Red+Green+Blue) = 206+214+163=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED6A3 is #31295C. Grayscale: #CDCDCD. Windows color (decimal): -3221853 or 10737358. OLE color: 10737358.
HSL color Cylindrical-coordinate representation of color #CED6A3: hue angle of 69.41º 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 #CED6A3 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 163 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.16 |
| HSL | 69.41º | 0.38% | 0.74% | - |
| HSV(B) | 69.41º | 0.24% | 0.84% | - |
| XYZ | 56.11 | 63.86 | 44.02 | - |
| YUV | 205.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 163 | 0.04 | 0 | 0.24 | 0.16 | 69.41 | 0.38 | 0.74 |
| Hex | CE | D6 | A3 | 4 | 0 | 18 | 10 | 45 | 26 | 4A |
| Octal | 316 | 326 | 243 | 4 | 0 | 30 | 20 | 105 | 46 | 112 |
| Binary | 11001110 | 11010110 | 10100011 | 100 | 0 | 11000 | 10000 | 1000101 | 100110 | 1001010 |
Color Harmonies of #CED6A3
Complementary color
Monochromatic Colors of #CED6A3
Black with #CED6A3
Text Example
Text Example
White with #CED6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6A3; }
p { color: rgb(206,214,163); }
H1.HeaderClassName
{
color: #CED6A3;
}
.AnyTagClassName
{
color: #CED6A3;
}
</style>
background-color css
<style>
a { background-color: #CED6A3; }
a { background-color: rgb(206,214,163); }
div.DivClassName
{
background-color: #CED6A3;
}
.BgClassName
{
background-color: #CED6A3;
}
</style>
border-color css
<style>
span { border-color: #CED6A3; }
span { border-color: rgb(206,214,163); }
td.TdClassName
{
border-color: #CED6A3;
}
.TagClassName
{
border-color: #CED6A3;
}
</style>