Shades of Orinoco #CECEAE
Tints of Orinoco #CECEAE
RGB
CMYK
RGB Variations
Color information
#CECEAE (or 0xCECEAE) is known color: Orinoco. HEX triplet: CE, CE and AE. RGB value is (206,206,174). Sum of RGB (Red+Green+Blue) = 206+206+174=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEAE is #313151. Grayscale: #CACACA. Windows color (decimal): -3223890 or 11456206. OLE color: 11456206.
HSL color Cylindrical-coordinate representation of color #CECEAE: hue angle of 60º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECEAE is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 174 | - |
| CMYK | 0 | 0 | 0.16 | 0.19 |
| HSL | 60º | 0.25% | 0.75% | - |
| HSV(B) | 60º | 0.16% | 0.81% | - |
| XYZ | 55.16 | 60.32 | 48.78 | - |
| YUV | 202.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 174 | 0 | 0 | 0.16 | 0.19 | 60 | 0.25 | 0.75 |
| Hex | CE | CE | AE | 0 | 0 | 10 | 13 | 3C | 19 | 4B |
| Octal | 316 | 316 | 256 | 0 | 0 | 20 | 23 | 74 | 31 | 113 |
| Binary | 11001110 | 11001110 | 10101110 | 0 | 0 | 10000 | 10011 | 111100 | 11001 | 1001011 |
Color Harmonies of #CECEAE
Complementary color
Monochromatic Colors of #CECEAE
Black with #CECEAE
Text Example
Text Example
White with #CECEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEAE; }
p { color: rgb(206,206,174); }
H1.HeaderClassName
{
color: #CECEAE;
}
.AnyTagClassName
{
color: #CECEAE;
}
</style>
background-color css
<style>
a { background-color: #CECEAE; }
a { background-color: rgb(206,206,174); }
div.DivClassName
{
background-color: #CECEAE;
}
.BgClassName
{
background-color: #CECEAE;
}
</style>
border-color css
<style>
span { border-color: #CECEAE; }
span { border-color: rgb(206,206,174); }
td.TdClassName
{
border-color: #CECEAE;
}
.TagClassName
{
border-color: #CECEAE;
}
</style>