Shades of Orinoco #CECEA2
Tints of Orinoco #CECEA2
RGB
CMYK
RGB Variations
Color information
#CECEA2 (or 0xCECEA2) is known color: Orinoco. HEX triplet: CE, CE and A2. RGB value is (206,206,162). Sum of RGB (Red+Green+Blue) = 206+206+162=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEA2 is #31315D. Grayscale: #C9C9C9. Windows color (decimal): -3223902 or 10669774. OLE color: 10669774.
HSL color Cylindrical-coordinate representation of color #CECEA2: hue angle of 60º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CECEA2 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 162 | - |
| CMYK | 0 | 0 | 0.21 | 0.19 |
| HSL | 60º | 0.31% | 0.72% | - |
| HSV(B) | 60º | 0.21% | 0.81% | - |
| XYZ | 54.05 | 59.87 | 42.89 | - |
| YUV | 200.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 162 | 0 | 0 | 0.21 | 0.19 | 60 | 0.31 | 0.72 |
| Hex | CE | CE | A2 | 0 | 0 | 15 | 13 | 3C | 1F | 48 |
| Octal | 316 | 316 | 242 | 0 | 0 | 25 | 23 | 74 | 37 | 110 |
| Binary | 11001110 | 11001110 | 10100010 | 0 | 0 | 10101 | 10011 | 111100 | 11111 | 1001000 |
Color Harmonies of #CECEA2
Complementary color
Monochromatic Colors of #CECEA2
Black with #CECEA2
Text Example
Text Example
White with #CECEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEA2; }
p { color: rgb(206,206,162); }
H1.HeaderClassName
{
color: #CECEA2;
}
.AnyTagClassName
{
color: #CECEA2;
}
</style>
background-color css
<style>
a { background-color: #CECEA2; }
a { background-color: rgb(206,206,162); }
div.DivClassName
{
background-color: #CECEA2;
}
.BgClassName
{
background-color: #CECEA2;
}
</style>
border-color css
<style>
span { border-color: #CECEA2; }
span { border-color: rgb(206,206,162); }
td.TdClassName
{
border-color: #CECEA2;
}
.TagClassName
{
border-color: #CECEA2;
}
</style>