Shades of Orinoco #CED7A7
Tints of Orinoco #CED7A7
RGB
CMYK
RGB Variations
Color information
#CED7A7 (or 0xCED7A7) is known color: Orinoco. HEX triplet: CE, D7 and A7. RGB value is (206,215,167). Sum of RGB (Red+Green+Blue) = 206+215+167=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED7A7 is #312858. Grayscale: #CFCFCF. Windows color (decimal): -3221593 or 10999758. OLE color: 10999758.
HSL color Cylindrical-coordinate representation of color #CED7A7: hue angle of 71.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CED7A7 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 167 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.16 |
| HSL | 71.25º | 0.38% | 0.75% | - |
| HSV(B) | 71.25º | 0.22% | 0.84% | - |
| XYZ | 56.73 | 64.51 | 46.02 | - |
| YUV | 206.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 167 | 0.04 | 0 | 0.22 | 0.16 | 71.25 | 0.38 | 0.75 |
| Hex | CE | D7 | A7 | 4 | 0 | 16 | 10 | 47 | 26 | 4B |
| Octal | 316 | 327 | 247 | 4 | 0 | 26 | 20 | 107 | 46 | 113 |
| Binary | 11001110 | 11010111 | 10100111 | 100 | 0 | 10110 | 10000 | 1000111 | 100110 | 1001011 |
Color Harmonies of #CED7A7
Complementary color
Monochromatic Colors of #CED7A7
Black with #CED7A7
Text Example
Text Example
White with #CED7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7A7; }
p { color: rgb(206,215,167); }
H1.HeaderClassName
{
color: #CED7A7;
}
.AnyTagClassName
{
color: #CED7A7;
}
</style>
background-color css
<style>
a { background-color: #CED7A7; }
a { background-color: rgb(206,215,167); }
div.DivClassName
{
background-color: #CED7A7;
}
.BgClassName
{
background-color: #CED7A7;
}
</style>
border-color css
<style>
span { border-color: #CED7A7; }
span { border-color: rgb(206,215,167); }
td.TdClassName
{
border-color: #CED7A7;
}
.TagClassName
{
border-color: #CED7A7;
}
</style>