Shades of Orinoco #CECEA5
Tints of Orinoco #CECEA5
RGB
CMYK
RGB Variations
Color information
#CECEA5 (or 0xCECEA5) is known color: Orinoco. HEX triplet: CE, CE and A5. RGB value is (206,206,165). Sum of RGB (Red+Green+Blue) = 206+206+165=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEA5 is #31315A. Grayscale: #C9C9C9. Windows color (decimal): -3223899 or 10866382. OLE color: 10866382.
HSL color Cylindrical-coordinate representation of color #CECEA5: hue angle of 60º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECEA5 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 165 | - |
| CMYK | 0 | 0 | 0.20 | 0.19 |
| HSL | 60º | 0.29% | 0.73% | - |
| HSV(B) | 60º | 0.2% | 0.81% | - |
| XYZ | 54.32 | 59.98 | 44.31 | - |
| YUV | 201.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 165 | 0 | 0 | 0.20 | 0.19 | 60 | 0.29 | 0.73 |
| Hex | CE | CE | A5 | 0 | 0 | 14 | 13 | 3C | 1D | 49 |
| Octal | 316 | 316 | 245 | 0 | 0 | 24 | 23 | 74 | 35 | 111 |
| Binary | 11001110 | 11001110 | 10100101 | 0 | 0 | 10100 | 10011 | 111100 | 11101 | 1001001 |
Color Harmonies of #CECEA5
Complementary color
Monochromatic Colors of #CECEA5
Black with #CECEA5
Text Example
Text Example
White with #CECEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEA5; }
p { color: rgb(206,206,165); }
H1.HeaderClassName
{
color: #CECEA5;
}
.AnyTagClassName
{
color: #CECEA5;
}
</style>
background-color css
<style>
a { background-color: #CECEA5; }
a { background-color: rgb(206,206,165); }
div.DivClassName
{
background-color: #CECEA5;
}
.BgClassName
{
background-color: #CECEA5;
}
</style>
border-color css
<style>
span { border-color: #CECEA5; }
span { border-color: rgb(206,206,165); }
td.TdClassName
{
border-color: #CECEA5;
}
.TagClassName
{
border-color: #CECEA5;
}
</style>