Shades of Orinoco #CDCEA0
Tints of Orinoco #CDCEA0
RGB
CMYK
RGB Variations
Color information
#CDCEA0 (or 0xCDCEA0) is known color: Orinoco. HEX triplet: CD, CE and A0. RGB value is (205,206,160). Sum of RGB (Red+Green+Blue) = 205+206+160=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCEA0 is #32315F. Grayscale: #C8C8C8. Windows color (decimal): -3289440 or 10538701. OLE color: 10538701.
HSL color Cylindrical-coordinate representation of color #CDCEA0: hue angle of 61.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDCEA0 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 160 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.19 |
| HSL | 61.3º | 0.32% | 0.72% | - |
| HSV(B) | 61.3º | 0.22% | 0.81% | - |
| XYZ | 53.59 | 59.66 | 41.95 | - |
| YUV | 200.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 160 | 0.00 | 0 | 0.22 | 0.19 | 61.3 | 0.32 | 0.72 |
| Hex | CD | CE | A0 | 0 | 0 | 16 | 13 | 3D | 20 | 48 |
| Octal | 315 | 316 | 240 | 0 | 0 | 26 | 23 | 75 | 40 | 110 |
| Binary | 11001101 | 11001110 | 10100000 | 0 | 0 | 10110 | 10011 | 111101 | 100000 | 1001000 |
Color Harmonies of #CDCEA0
Complementary color
Monochromatic Colors of #CDCEA0
Black with #CDCEA0
Text Example
Text Example
White with #CDCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEA0; }
p { color: rgb(205,206,160); }
H1.HeaderClassName
{
color: #CDCEA0;
}
.AnyTagClassName
{
color: #CDCEA0;
}
</style>
background-color css
<style>
a { background-color: #CDCEA0; }
a { background-color: rgb(205,206,160); }
div.DivClassName
{
background-color: #CDCEA0;
}
.BgClassName
{
background-color: #CDCEA0;
}
</style>
border-color css
<style>
span { border-color: #CDCEA0; }
span { border-color: rgb(205,206,160); }
td.TdClassName
{
border-color: #CDCEA0;
}
.TagClassName
{
border-color: #CDCEA0;
}
</style>