Shades of Del Rio #C0A292
Tints of Del Rio #C0A292
RGB
CMYK
RGB Variations
Color information
#C0A292 (or 0xC0A292) is known color: Del Rio. HEX triplet: C0, A2 and 92. RGB value is (192,162,146). Sum of RGB (Red+Green+Blue) = 192+162+146=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A292 is #3F5D6D. Grayscale: #A9A9A9. Windows color (decimal): -4152686 or 9609920. OLE color: 9609920.
HSL color Cylindrical-coordinate representation of color #C0A292: hue angle of 20.87º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A292 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 146 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.25 |
| HSL | 20.87º | 0.27% | 0.66% | - |
| HSV(B) | 20.87º | 0.24% | 0.75% | - |
| XYZ | 39.85 | 39.12 | 32.65 | - |
| YUV | 169.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 146 | 0 | 0.16 | 0.24 | 0.25 | 20.87 | 0.27 | 0.66 |
| Hex | C0 | A2 | 92 | 0 | 10 | 18 | 19 | 15 | 1B | 42 |
| Octal | 300 | 242 | 222 | 0 | 20 | 30 | 31 | 25 | 33 | 102 |
| Binary | 11000000 | 10100010 | 10010010 | 0 | 10000 | 11000 | 11001 | 10101 | 11011 | 1000010 |
Color Harmonies of #C0A292
Complementary color
Monochromatic Colors of #C0A292
Black with #C0A292
Text Example
Text Example
White with #C0A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A292; }
p { color: rgb(192,162,146); }
H1.HeaderClassName
{
color: #C0A292;
}
.AnyTagClassName
{
color: #C0A292;
}
</style>
background-color css
<style>
a { background-color: #C0A292; }
a { background-color: rgb(192,162,146); }
div.DivClassName
{
background-color: #C0A292;
}
.BgClassName
{
background-color: #C0A292;
}
</style>
border-color css
<style>
span { border-color: #C0A292; }
span { border-color: rgb(192,162,146); }
td.TdClassName
{
border-color: #C0A292;
}
.TagClassName
{
border-color: #C0A292;
}
</style>