Shades of Orinoco #CED0AF
Tints of Orinoco #CED0AF
RGB
CMYK
RGB Variations
Color information
#CED0AF (or 0xCED0AF) is known color: Orinoco. HEX triplet: CE, D0 and AF. RGB value is (206,208,175). Sum of RGB (Red+Green+Blue) = 206+208+175=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED0AF is #312F50. Grayscale: #CBCBCB. Windows color (decimal): -3223377 or 11522254. OLE color: 11522254.
HSL color Cylindrical-coordinate representation of color #CED0AF: hue angle of 63.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CED0AF is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 175 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.18 |
| HSL | 63.64º | 0.26% | 0.75% | - |
| HSV(B) | 63.64º | 0.16% | 0.82% | - |
| XYZ | 55.75 | 61.33 | 49.46 | - |
| YUV | 203.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 175 | 0.01 | 0 | 0.16 | 0.18 | 63.64 | 0.26 | 0.75 |
| Hex | CE | D0 | AF | 1 | 0 | 10 | 12 | 40 | 1A | 4B |
| Octal | 316 | 320 | 257 | 1 | 0 | 20 | 22 | 100 | 32 | 113 |
| Binary | 11001110 | 11010000 | 10101111 | 1 | 0 | 10000 | 10010 | 1000000 | 11010 | 1001011 |
Color Harmonies of #CED0AF
Complementary color
Monochromatic Colors of #CED0AF
Black with #CED0AF
Text Example
Text Example
White with #CED0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0AF; }
p { color: rgb(206,208,175); }
H1.HeaderClassName
{
color: #CED0AF;
}
.AnyTagClassName
{
color: #CED0AF;
}
</style>
background-color css
<style>
a { background-color: #CED0AF; }
a { background-color: rgb(206,208,175); }
div.DivClassName
{
background-color: #CED0AF;
}
.BgClassName
{
background-color: #CED0AF;
}
</style>
border-color css
<style>
span { border-color: #CED0AF; }
span { border-color: rgb(206,208,175); }
td.TdClassName
{
border-color: #CED0AF;
}
.TagClassName
{
border-color: #CED0AF;
}
</style>