Shades of Orinoco #CECEA3
Tints of Orinoco #CECEA3
RGB
CMYK
RGB Variations
Color information
#CECEA3 (or 0xCECEA3) is known color: Orinoco. HEX triplet: CE, CE and A3. RGB value is (206,206,163). Sum of RGB (Red+Green+Blue) = 206+206+163=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEA3 is #31315C. Grayscale: #C9C9C9. Windows color (decimal): -3223901 or 10735310. OLE color: 10735310.
HSL color Cylindrical-coordinate representation of color #CECEA3: hue angle of 60º degrees, saturation: 0.3, 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 #CECEA3 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 163 | - |
| CMYK | 0 | 0 | 0.21 | 0.19 |
| HSL | 60º | 0.3% | 0.72% | - |
| HSV(B) | 60º | 0.21% | 0.81% | - |
| XYZ | 54.14 | 59.91 | 43.36 | - |
| YUV | 201.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 163 | 0 | 0 | 0.21 | 0.19 | 60 | 0.3 | 0.72 |
| Hex | CE | CE | A3 | 0 | 0 | 15 | 13 | 3C | 1E | 48 |
| Octal | 316 | 316 | 243 | 0 | 0 | 25 | 23 | 74 | 36 | 110 |
| Binary | 11001110 | 11001110 | 10100011 | 0 | 0 | 10101 | 10011 | 111100 | 11110 | 1001000 |
Color Harmonies of #CECEA3
Complementary color
Monochromatic Colors of #CECEA3
Black with #CECEA3
Text Example
Text Example
White with #CECEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEA3; }
p { color: rgb(206,206,163); }
H1.HeaderClassName
{
color: #CECEA3;
}
.AnyTagClassName
{
color: #CECEA3;
}
</style>
background-color css
<style>
a { background-color: #CECEA3; }
a { background-color: rgb(206,206,163); }
div.DivClassName
{
background-color: #CECEA3;
}
.BgClassName
{
background-color: #CECEA3;
}
</style>
border-color css
<style>
span { border-color: #CECEA3; }
span { border-color: rgb(206,206,163); }
td.TdClassName
{
border-color: #CECEA3;
}
.TagClassName
{
border-color: #CECEA3;
}
</style>