Shades of Del Rio #C0A396
Tints of Del Rio #C0A396
RGB
CMYK
RGB Variations
Color information
#C0A396 (or 0xC0A396) is known color: Del Rio. HEX triplet: C0, A3 and 96. RGB value is (192,163,150). Sum of RGB (Red+Green+Blue) = 192+163+150=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A396 is #3F5C69. Grayscale: #AAAAAA. Windows color (decimal): -4152426 or 9872320. OLE color: 9872320.
HSL color Cylindrical-coordinate representation of color #C0A396: hue angle of 18.57º 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 #C0A396 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 150 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.25 |
| HSL | 18.57º | 0.25% | 0.67% | - |
| HSV(B) | 18.57º | 0.22% | 0.75% | - |
| XYZ | 40.34 | 39.6 | 34.37 | - |
| YUV | 170.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 150 | 0 | 0.15 | 0.22 | 0.25 | 18.57 | 0.25 | 0.67 |
| Hex | C0 | A3 | 96 | 0 | F | 16 | 19 | 13 | 19 | 43 |
| Octal | 300 | 243 | 226 | 0 | 17 | 26 | 31 | 23 | 31 | 103 |
| Binary | 11000000 | 10100011 | 10010110 | 0 | 1111 | 10110 | 11001 | 10011 | 11001 | 1000011 |
Color Harmonies of #C0A396
Complementary color
Monochromatic Colors of #C0A396
Black with #C0A396
Text Example
Text Example
White with #C0A396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A396; }
p { color: rgb(192,163,150); }
H1.HeaderClassName
{
color: #C0A396;
}
.AnyTagClassName
{
color: #C0A396;
}
</style>
background-color css
<style>
a { background-color: #C0A396; }
a { background-color: rgb(192,163,150); }
div.DivClassName
{
background-color: #C0A396;
}
.BgClassName
{
background-color: #C0A396;
}
</style>
border-color css
<style>
span { border-color: #C0A396; }
span { border-color: rgb(192,163,150); }
td.TdClassName
{
border-color: #C0A396;
}
.TagClassName
{
border-color: #C0A396;
}
</style>