Shades of Del Rio #C0A293
Tints of Del Rio #C0A293
RGB
CMYK
RGB Variations
Color information
#C0A293 (or 0xC0A293) is known color: Del Rio. HEX triplet: C0, A2 and 93. RGB value is (192,162,147). Sum of RGB (Red+Green+Blue) = 192+162+147=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A293 is #3F5D6C. Grayscale: #A9A9A9. Windows color (decimal): -4152685 or 9675456. OLE color: 9675456.
HSL color Cylindrical-coordinate representation of color #C0A293: hue angle of 20º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0A293 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 147 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.25 |
| HSL | 20º | 0.26% | 0.66% | - |
| HSV(B) | 20º | 0.23% | 0.75% | - |
| XYZ | 39.93 | 39.15 | 33.06 | - |
| YUV | 169.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 147 | 0 | 0.16 | 0.23 | 0.25 | 20 | 0.26 | 0.66 |
| Hex | C0 | A2 | 93 | 0 | 10 | 17 | 19 | 14 | 1A | 42 |
| Octal | 300 | 242 | 223 | 0 | 20 | 27 | 31 | 24 | 32 | 102 |
| Binary | 11000000 | 10100010 | 10010011 | 0 | 10000 | 10111 | 11001 | 10100 | 11010 | 1000010 |
Color Harmonies of #C0A293
Complementary color
Monochromatic Colors of #C0A293
Black with #C0A293
Text Example
Text Example
White with #C0A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A293; }
p { color: rgb(192,162,147); }
H1.HeaderClassName
{
color: #C0A293;
}
.AnyTagClassName
{
color: #C0A293;
}
</style>
background-color css
<style>
a { background-color: #C0A293; }
a { background-color: rgb(192,162,147); }
div.DivClassName
{
background-color: #C0A293;
}
.BgClassName
{
background-color: #C0A293;
}
</style>
border-color css
<style>
span { border-color: #C0A293; }
span { border-color: rgb(192,162,147); }
td.TdClassName
{
border-color: #C0A293;
}
.TagClassName
{
border-color: #C0A293;
}
</style>