Shades of Orinoco #CED0A7
Tints of Orinoco #CED0A7
RGB
CMYK
RGB Variations
Color information
#CED0A7 (or 0xCED0A7) is known color: Orinoco. HEX triplet: CE, D0 and A7. RGB value is (206,208,167). Sum of RGB (Red+Green+Blue) = 206+208+167=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED0A7 is #312F58. Grayscale: #CACACA. Windows color (decimal): -3223385 or 10997966. OLE color: 10997966.
HSL color Cylindrical-coordinate representation of color #CED0A7: hue angle of 62.93º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CED0A7 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 167 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.18 |
| HSL | 62.93º | 0.3% | 0.74% | - |
| HSV(B) | 62.93º | 0.2% | 0.82% | - |
| XYZ | 54.98 | 61.02 | 45.44 | - |
| YUV | 202.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 167 | 0.01 | 0 | 0.20 | 0.18 | 62.93 | 0.3 | 0.74 |
| Hex | CE | D0 | A7 | 1 | 0 | 14 | 12 | 3F | 1E | 4A |
| Octal | 316 | 320 | 247 | 1 | 0 | 24 | 22 | 77 | 36 | 112 |
| Binary | 11001110 | 11010000 | 10100111 | 1 | 0 | 10100 | 10010 | 111111 | 11110 | 1001010 |
Color Harmonies of #CED0A7
Complementary color
Monochromatic Colors of #CED0A7
Black with #CED0A7
Text Example
Text Example
White with #CED0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0A7; }
p { color: rgb(206,208,167); }
H1.HeaderClassName
{
color: #CED0A7;
}
.AnyTagClassName
{
color: #CED0A7;
}
</style>
background-color css
<style>
a { background-color: #CED0A7; }
a { background-color: rgb(206,208,167); }
div.DivClassName
{
background-color: #CED0A7;
}
.BgClassName
{
background-color: #CED0A7;
}
</style>
border-color css
<style>
span { border-color: #CED0A7; }
span { border-color: rgb(206,208,167); }
td.TdClassName
{
border-color: #CED0A7;
}
.TagClassName
{
border-color: #CED0A7;
}
</style>