Shades of Orinoco #CED6A4
Tints of Orinoco #CED6A4
RGB
CMYK
RGB Variations
Color information
#CED6A4 (or 0xCED6A4) is known color: Orinoco. HEX triplet: CE, D6 and A4. RGB value is (206,214,164). Sum of RGB (Red+Green+Blue) = 206+214+164=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED6A4 is #31295B. Grayscale: #CECECE. Windows color (decimal): -3221852 or 10802894. OLE color: 10802894.
HSL color Cylindrical-coordinate representation of color #CED6A4: hue angle of 69.6º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED6A4 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 164 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.16 |
| HSL | 69.6º | 0.38% | 0.74% | - |
| HSV(B) | 69.6º | 0.23% | 0.84% | - |
| XYZ | 56.2 | 63.9 | 44.49 | - |
| YUV | 205.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 164 | 0.04 | 0 | 0.23 | 0.16 | 69.6 | 0.38 | 0.74 |
| Hex | CE | D6 | A4 | 4 | 0 | 17 | 10 | 46 | 26 | 4A |
| Octal | 316 | 326 | 244 | 4 | 0 | 27 | 20 | 106 | 46 | 112 |
| Binary | 11001110 | 11010110 | 10100100 | 100 | 0 | 10111 | 10000 | 1000110 | 100110 | 1001010 |
Color Harmonies of #CED6A4
Complementary color
Monochromatic Colors of #CED6A4
Black with #CED6A4
Text Example
Text Example
White with #CED6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6A4; }
p { color: rgb(206,214,164); }
H1.HeaderClassName
{
color: #CED6A4;
}
.AnyTagClassName
{
color: #CED6A4;
}
</style>
background-color css
<style>
a { background-color: #CED6A4; }
a { background-color: rgb(206,214,164); }
div.DivClassName
{
background-color: #CED6A4;
}
.BgClassName
{
background-color: #CED6A4;
}
</style>
border-color css
<style>
span { border-color: #CED6A4; }
span { border-color: rgb(206,214,164); }
td.TdClassName
{
border-color: #CED6A4;
}
.TagClassName
{
border-color: #CED6A4;
}
</style>