Shades of Del Rio #C0A495
Tints of Del Rio #C0A495
RGB
CMYK
RGB Variations
Color information
#C0A495 (or 0xC0A495) is known color: Del Rio. HEX triplet: C0, A4 and 95. RGB value is (192,164,149). Sum of RGB (Red+Green+Blue) = 192+164+149=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A495 is #3F5B6A. Grayscale: #AAAAAA. Windows color (decimal): -4152171 or 9807040. OLE color: 9807040.
HSL color Cylindrical-coordinate representation of color #C0A495: hue angle of 20.93º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A495 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 149 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.25 |
| HSL | 20.93º | 0.25% | 0.67% | - |
| HSV(B) | 20.93º | 0.22% | 0.75% | - |
| XYZ | 40.44 | 39.93 | 34.01 | - |
| YUV | 170.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 149 | 0 | 0.15 | 0.22 | 0.25 | 20.93 | 0.25 | 0.67 |
| Hex | C0 | A4 | 95 | 0 | F | 16 | 19 | 15 | 19 | 43 |
| Octal | 300 | 244 | 225 | 0 | 17 | 26 | 31 | 25 | 31 | 103 |
| Binary | 11000000 | 10100100 | 10010101 | 0 | 1111 | 10110 | 11001 | 10101 | 11001 | 1000011 |
Color Harmonies of #C0A495
Complementary color
Monochromatic Colors of #C0A495
Black with #C0A495
Text Example
Text Example
White with #C0A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A495; }
p { color: rgb(192,164,149); }
H1.HeaderClassName
{
color: #C0A495;
}
.AnyTagClassName
{
color: #C0A495;
}
</style>
background-color css
<style>
a { background-color: #C0A495; }
a { background-color: rgb(192,164,149); }
div.DivClassName
{
background-color: #C0A495;
}
.BgClassName
{
background-color: #C0A495;
}
</style>
border-color css
<style>
span { border-color: #C0A495; }
span { border-color: rgb(192,164,149); }
td.TdClassName
{
border-color: #C0A495;
}
.TagClassName
{
border-color: #C0A495;
}
</style>