Shades of Orinoco #CACDA9
Tints of Orinoco #CACDA9
RGB
CMYK
RGB Variations
Color information
#CACDA9 (or 0xCACDA9) is known color: Orinoco. HEX triplet: CA, CD and A9. RGB value is (202,205,169). Sum of RGB (Red+Green+Blue) = 202+205+169=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDA9 is #353256. Grayscale: #C8C8C8. Windows color (decimal): -3486295 or 11128266. OLE color: 11128266.
HSL color Cylindrical-coordinate representation of color #CACDA9: hue angle of 65º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACDA9 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 169 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.20 |
| HSL | 65º | 0.26% | 0.73% | - |
| HSV(B) | 65º | 0.18% | 0.8% | - |
| XYZ | 53.35 | 59.08 | 46.13 | - |
| YUV | 200 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 169 | 0.01 | 0 | 0.18 | 0.20 | 65 | 0.26 | 0.73 |
| Hex | CA | CD | A9 | 1 | 0 | 12 | 14 | 41 | 1A | 49 |
| Octal | 312 | 315 | 251 | 1 | 0 | 22 | 24 | 101 | 32 | 111 |
| Binary | 11001010 | 11001101 | 10101001 | 1 | 0 | 10010 | 10100 | 1000001 | 11010 | 1001001 |
Color Harmonies of #CACDA9
Complementary color
Monochromatic Colors of #CACDA9
Black with #CACDA9
Text Example
Text Example
White with #CACDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDA9; }
p { color: rgb(202,205,169); }
H1.HeaderClassName
{
color: #CACDA9;
}
.AnyTagClassName
{
color: #CACDA9;
}
</style>
background-color css
<style>
a { background-color: #CACDA9; }
a { background-color: rgb(202,205,169); }
div.DivClassName
{
background-color: #CACDA9;
}
.BgClassName
{
background-color: #CACDA9;
}
</style>
border-color css
<style>
span { border-color: #CACDA9; }
span { border-color: rgb(202,205,169); }
td.TdClassName
{
border-color: #CACDA9;
}
.TagClassName
{
border-color: #CACDA9;
}
</style>