Shades of Del Rio #C0A393
Tints of Del Rio #C0A393
RGB
CMYK
RGB Variations
Color information
#C0A393 (or 0xC0A393) is known color: Del Rio. HEX triplet: C0, A3 and 93. RGB value is (192,163,147). Sum of RGB (Red+Green+Blue) = 192+163+147=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A393 is #3F5C6C. Grayscale: #A9A9A9. Windows color (decimal): -4152429 or 9675712. OLE color: 9675712.
HSL color Cylindrical-coordinate representation of color #C0A393: hue angle of 21.33º 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 #C0A393 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 147 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.25 |
| HSL | 21.33º | 0.26% | 0.66% | - |
| HSV(B) | 21.33º | 0.23% | 0.75% | - |
| XYZ | 40.1 | 39.51 | 33.12 | - |
| YUV | 169.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 147 | 0 | 0.15 | 0.23 | 0.25 | 21.33 | 0.26 | 0.66 |
| Hex | C0 | A3 | 93 | 0 | F | 17 | 19 | 15 | 1A | 42 |
| Octal | 300 | 243 | 223 | 0 | 17 | 27 | 31 | 25 | 32 | 102 |
| Binary | 11000000 | 10100011 | 10010011 | 0 | 1111 | 10111 | 11001 | 10101 | 11010 | 1000010 |
Color Harmonies of #C0A393
Complementary color
Monochromatic Colors of #C0A393
Black with #C0A393
Text Example
Text Example
White with #C0A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A393; }
p { color: rgb(192,163,147); }
H1.HeaderClassName
{
color: #C0A393;
}
.AnyTagClassName
{
color: #C0A393;
}
</style>
background-color css
<style>
a { background-color: #C0A393; }
a { background-color: rgb(192,163,147); }
div.DivClassName
{
background-color: #C0A393;
}
.BgClassName
{
background-color: #C0A393;
}
</style>
border-color css
<style>
span { border-color: #C0A393; }
span { border-color: rgb(192,163,147); }
td.TdClassName
{
border-color: #C0A393;
}
.TagClassName
{
border-color: #C0A393;
}
</style>