Shades of Orinoco #CED7A4
Tints of Orinoco #CED7A4
RGB
CMYK
RGB Variations
Color information
#CED7A4 (or 0xCED7A4) is known color: Orinoco. HEX triplet: CE, D7 and A4. RGB value is (206,215,164). Sum of RGB (Red+Green+Blue) = 206+215+164=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED7A4 is #31285B. Grayscale: #CECECE. Windows color (decimal): -3221596 or 10803150. OLE color: 10803150.
HSL color Cylindrical-coordinate representation of color #CED7A4: hue angle of 70.59º degrees, saturation: 0.39, 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 #CED7A4 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 164 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.16 |
| HSL | 70.59º | 0.39% | 0.74% | - |
| HSV(B) | 70.59º | 0.24% | 0.84% | - |
| XYZ | 56.45 | 64.4 | 44.58 | - |
| YUV | 206.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 164 | 0.04 | 0 | 0.24 | 0.16 | 70.59 | 0.39 | 0.74 |
| Hex | CE | D7 | A4 | 4 | 0 | 18 | 10 | 47 | 27 | 4A |
| Octal | 316 | 327 | 244 | 4 | 0 | 30 | 20 | 107 | 47 | 112 |
| Binary | 11001110 | 11010111 | 10100100 | 100 | 0 | 11000 | 10000 | 1000111 | 100111 | 1001010 |
Color Harmonies of #CED7A4
Complementary color
Monochromatic Colors of #CED7A4
Black with #CED7A4
Text Example
Text Example
White with #CED7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7A4; }
p { color: rgb(206,215,164); }
H1.HeaderClassName
{
color: #CED7A4;
}
.AnyTagClassName
{
color: #CED7A4;
}
</style>
background-color css
<style>
a { background-color: #CED7A4; }
a { background-color: rgb(206,215,164); }
div.DivClassName
{
background-color: #CED7A4;
}
.BgClassName
{
background-color: #CED7A4;
}
</style>
border-color css
<style>
span { border-color: #CED7A4; }
span { border-color: rgb(206,215,164); }
td.TdClassName
{
border-color: #CED7A4;
}
.TagClassName
{
border-color: #CED7A4;
}
</style>