Shades of Orinoco #CACCA6
Tints of Orinoco #CACCA6
RGB
CMYK
RGB Variations
Color information
#CACCA6 (or 0xCACCA6) is known color: Orinoco. HEX triplet: CA, CC and A6. RGB value is (202,204,166). Sum of RGB (Red+Green+Blue) = 202+204+166=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCA6 is #353359. Grayscale: #C7C7C7. Windows color (decimal): -3486554 or 10931402. OLE color: 10931402.
HSL color Cylindrical-coordinate representation of color #CACCA6: hue angle of 63.16º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CACCA6 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 166 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.2 |
| HSL | 63.16º | 0.27% | 0.73% | - |
| HSV(B) | 63.16º | 0.19% | 0.8% | - |
| XYZ | 52.83 | 58.5 | 44.58 | - |
| YUV | 199.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 166 | 0.01 | 0 | 0.19 | 0.2 | 63.16 | 0.27 | 0.73 |
| Hex | CA | CC | A6 | 1 | 0 | 13 | 14 | 3F | 1B | 49 |
| Octal | 312 | 314 | 246 | 1 | 0 | 23 | 24 | 77 | 33 | 111 |
| Binary | 11001010 | 11001100 | 10100110 | 1 | 0 | 10011 | 10100 | 111111 | 11011 | 1001001 |
Color Harmonies of #CACCA6
Complementary color
Monochromatic Colors of #CACCA6
Black with #CACCA6
Text Example
Text Example
White with #CACCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCA6; }
p { color: rgb(202,204,166); }
H1.HeaderClassName
{
color: #CACCA6;
}
.AnyTagClassName
{
color: #CACCA6;
}
</style>
background-color css
<style>
a { background-color: #CACCA6; }
a { background-color: rgb(202,204,166); }
div.DivClassName
{
background-color: #CACCA6;
}
.BgClassName
{
background-color: #CACCA6;
}
</style>
border-color css
<style>
span { border-color: #CACCA6; }
span { border-color: rgb(202,204,166); }
td.TdClassName
{
border-color: #CACCA6;
}
.TagClassName
{
border-color: #CACCA6;
}
</style>