Shades of Orinoco #CACDA5
Tints of Orinoco #CACDA5
RGB
CMYK
RGB Variations
Color information
#CACDA5 (or 0xCACDA5) is known color: Orinoco. HEX triplet: CA, CD and A5. RGB value is (202,205,165). Sum of RGB (Red+Green+Blue) = 202+205+165=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDA5 is #35325A. Grayscale: #C7C7C7. Windows color (decimal): -3486299 or 10866122. OLE color: 10866122.
HSL color Cylindrical-coordinate representation of color #CACDA5: hue angle of 64.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACDA5 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 165 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.20 |
| HSL | 64.5º | 0.29% | 0.73% | - |
| HSV(B) | 64.5º | 0.2% | 0.8% | - |
| XYZ | 52.98 | 58.94 | 44.18 | - |
| YUV | 199.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 165 | 0.01 | 0 | 0.20 | 0.20 | 64.5 | 0.29 | 0.73 |
| Hex | CA | CD | A5 | 1 | 0 | 14 | 14 | 40 | 1D | 49 |
| Octal | 312 | 315 | 245 | 1 | 0 | 24 | 24 | 100 | 35 | 111 |
| Binary | 11001010 | 11001101 | 10100101 | 1 | 0 | 10100 | 10100 | 1000000 | 11101 | 1001001 |
Color Harmonies of #CACDA5
Complementary color
Monochromatic Colors of #CACDA5
Black with #CACDA5
Text Example
Text Example
White with #CACDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDA5; }
p { color: rgb(202,205,165); }
H1.HeaderClassName
{
color: #CACDA5;
}
.AnyTagClassName
{
color: #CACDA5;
}
</style>
background-color css
<style>
a { background-color: #CACDA5; }
a { background-color: rgb(202,205,165); }
div.DivClassName
{
background-color: #CACDA5;
}
.BgClassName
{
background-color: #CACDA5;
}
</style>
border-color css
<style>
span { border-color: #CACDA5; }
span { border-color: rgb(202,205,165); }
td.TdClassName
{
border-color: #CACDA5;
}
.TagClassName
{
border-color: #CACDA5;
}
</style>