Shades of Orinoco #CECEA8
Tints of Orinoco #CECEA8
RGB
CMYK
RGB Variations
Color information
#CECEA8 (or 0xCECEA8) is known color: Orinoco. HEX triplet: CE, CE and A8. RGB value is (206,206,168). Sum of RGB (Red+Green+Blue) = 206+206+168=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEA8 is #313157. Grayscale: #C9C9C9. Windows color (decimal): -3223896 or 11062990. OLE color: 11062990.
HSL color Cylindrical-coordinate representation of color #CECEA8: hue angle of 60º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECEA8 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 168 | - |
| CMYK | 0 | 0 | 0.18 | 0.19 |
| HSL | 60º | 0.28% | 0.73% | - |
| HSV(B) | 60º | 0.18% | 0.81% | - |
| XYZ | 54.59 | 60.09 | 45.77 | - |
| YUV | 201.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 168 | 0 | 0 | 0.18 | 0.19 | 60 | 0.28 | 0.73 |
| Hex | CE | CE | A8 | 0 | 0 | 12 | 13 | 3C | 1C | 49 |
| Octal | 316 | 316 | 250 | 0 | 0 | 22 | 23 | 74 | 34 | 111 |
| Binary | 11001110 | 11001110 | 10101000 | 0 | 0 | 10010 | 10011 | 111100 | 11100 | 1001001 |
Color Harmonies of #CECEA8
Complementary color
Monochromatic Colors of #CECEA8
Black with #CECEA8
Text Example
Text Example
White with #CECEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEA8; }
p { color: rgb(206,206,168); }
H1.HeaderClassName
{
color: #CECEA8;
}
.AnyTagClassName
{
color: #CECEA8;
}
</style>
background-color css
<style>
a { background-color: #CECEA8; }
a { background-color: rgb(206,206,168); }
div.DivClassName
{
background-color: #CECEA8;
}
.BgClassName
{
background-color: #CECEA8;
}
</style>
border-color css
<style>
span { border-color: #CECEA8; }
span { border-color: rgb(206,206,168); }
td.TdClassName
{
border-color: #CECEA8;
}
.TagClassName
{
border-color: #CECEA8;
}
</style>