Shades of Orinoco #CACDA4
Tints of Orinoco #CACDA4
RGB
CMYK
RGB Variations
Color information
#CACDA4 (or 0xCACDA4) is known color: Orinoco. HEX triplet: CA, CD and A4. RGB value is (202,205,164). Sum of RGB (Red+Green+Blue) = 202+205+164=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDA4 is #35325B. Grayscale: #C7C7C7. Windows color (decimal): -3486300 or 10800586. OLE color: 10800586.
HSL color Cylindrical-coordinate representation of color #CACDA4: hue angle of 64.39º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACDA4 is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 164 | - |
| CMYK | 0.01 | 0 | 0.2 | 0.20 |
| HSL | 64.39º | 0.29% | 0.72% | - |
| HSV(B) | 64.39º | 0.2% | 0.8% | - |
| XYZ | 52.89 | 58.9 | 43.7 | - |
| YUV | 199.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 164 | 0.01 | 0 | 0.2 | 0.20 | 64.39 | 0.29 | 0.72 |
| Hex | CA | CD | A4 | 1 | 0 | 14 | 14 | 40 | 1D | 48 |
| Octal | 312 | 315 | 244 | 1 | 0 | 24 | 24 | 100 | 35 | 110 |
| Binary | 11001010 | 11001101 | 10100100 | 1 | 0 | 10100 | 10100 | 1000000 | 11101 | 1001000 |
Color Harmonies of #CACDA4
Complementary color
Monochromatic Colors of #CACDA4
Black with #CACDA4
Text Example
Text Example
White with #CACDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDA4; }
p { color: rgb(202,205,164); }
H1.HeaderClassName
{
color: #CACDA4;
}
.AnyTagClassName
{
color: #CACDA4;
}
</style>
background-color css
<style>
a { background-color: #CACDA4; }
a { background-color: rgb(202,205,164); }
div.DivClassName
{
background-color: #CACDA4;
}
.BgClassName
{
background-color: #CACDA4;
}
</style>
border-color css
<style>
span { border-color: #CACDA4; }
span { border-color: rgb(202,205,164); }
td.TdClassName
{
border-color: #CACDA4;
}
.TagClassName
{
border-color: #CACDA4;
}
</style>