Shades of Orinoco #CECDA2
Tints of Orinoco #CECDA2
RGB
CMYK
RGB Variations
Color information
#CECDA2 (or 0xCECDA2) is known color: Orinoco. HEX triplet: CE, CD and A2. RGB value is (206,205,162). Sum of RGB (Red+Green+Blue) = 206+205+162=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDA2 is #31325D. Grayscale: #C8C8C8. Windows color (decimal): -3224158 or 10669518. OLE color: 10669518.
HSL color Cylindrical-coordinate representation of color #CECDA2: hue angle of 58.64º 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 #CECDA2 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 162 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.19 |
| HSL | 58.64º | 0.31% | 0.72% | - |
| HSV(B) | 58.64º | 0.21% | 0.81% | - |
| XYZ | 53.81 | 59.39 | 42.81 | - |
| YUV | 200.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 162 | 0 | 0.00 | 0.21 | 0.19 | 58.64 | 0.31 | 0.72 |
| Hex | CE | CD | A2 | 0 | 0 | 15 | 13 | 3B | 1F | 48 |
| Octal | 316 | 315 | 242 | 0 | 0 | 25 | 23 | 73 | 37 | 110 |
| Binary | 11001110 | 11001101 | 10100010 | 0 | 0 | 10101 | 10011 | 111011 | 11111 | 1001000 |
Color Harmonies of #CECDA2
Complementary color
Monochromatic Colors of #CECDA2
Black with #CECDA2
Text Example
Text Example
White with #CECDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDA2; }
p { color: rgb(206,205,162); }
H1.HeaderClassName
{
color: #CECDA2;
}
.AnyTagClassName
{
color: #CECDA2;
}
</style>
background-color css
<style>
a { background-color: #CECDA2; }
a { background-color: rgb(206,205,162); }
div.DivClassName
{
background-color: #CECDA2;
}
.BgClassName
{
background-color: #CECDA2;
}
</style>
border-color css
<style>
span { border-color: #CECDA2; }
span { border-color: rgb(206,205,162); }
td.TdClassName
{
border-color: #CECDA2;
}
.TagClassName
{
border-color: #CECDA2;
}
</style>