Shades of Orinoco #CECDA3
Tints of Orinoco #CECDA3
RGB
CMYK
RGB Variations
Color information
#CECDA3 (or 0xCECDA3) is known color: Orinoco. HEX triplet: CE, CD and A3. RGB value is (206,205,163). Sum of RGB (Red+Green+Blue) = 206+205+163=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDA3 is #31325C. Grayscale: #C8C8C8. Windows color (decimal): -3224157 or 10735054. OLE color: 10735054.
HSL color Cylindrical-coordinate representation of color #CECDA3: hue angle of 58.6º 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 #CECDA3 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 163 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.19 |
| HSL | 58.6º | 0.3% | 0.72% | - |
| HSV(B) | 58.6º | 0.21% | 0.81% | - |
| XYZ | 53.9 | 59.43 | 43.28 | - |
| YUV | 200.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 163 | 0 | 0.00 | 0.21 | 0.19 | 58.6 | 0.3 | 0.72 |
| Hex | CE | CD | A3 | 0 | 0 | 15 | 13 | 3B | 1E | 48 |
| Octal | 316 | 315 | 243 | 0 | 0 | 25 | 23 | 73 | 36 | 110 |
| Binary | 11001110 | 11001101 | 10100011 | 0 | 0 | 10101 | 10011 | 111011 | 11110 | 1001000 |
Color Harmonies of #CECDA3
Complementary color
Monochromatic Colors of #CECDA3
Black with #CECDA3
Text Example
Text Example
White with #CECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDA3; }
p { color: rgb(206,205,163); }
H1.HeaderClassName
{
color: #CECDA3;
}
.AnyTagClassName
{
color: #CECDA3;
}
</style>
background-color css
<style>
a { background-color: #CECDA3; }
a { background-color: rgb(206,205,163); }
div.DivClassName
{
background-color: #CECDA3;
}
.BgClassName
{
background-color: #CECDA3;
}
</style>
border-color css
<style>
span { border-color: #CECDA3; }
span { border-color: rgb(206,205,163); }
td.TdClassName
{
border-color: #CECDA3;
}
.TagClassName
{
border-color: #CECDA3;
}
</style>