Shades of Cosmic #705163
Tints of Cosmic #705163
RGB
CMYK
RGB Variations
Color information
#705163 (or 0x705163) is known color: Cosmic. HEX triplet: 70, 51 and 63. RGB value is (112,81,99). Sum of RGB (Red+Green+Blue) = 112+81+99=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705163 is #8FAE9C. Grayscale: #5C5C5C. Windows color (decimal): -9416349 or 6508912. OLE color: 6508912.
HSL color Cylindrical-coordinate representation of color #705163: hue angle of 325.16º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705163 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 99 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.56 |
| HSL | 325.16º | 0.16% | 0.38% | - |
| HSV(B) | 325.16º | 0.28% | 0.44% | - |
| XYZ | 11.88 | 10.23 | 13.15 | - |
| YUV | 92.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 99 | 0 | 0.28 | 0.12 | 0.56 | 325.16 | 0.16 | 0.38 |
| Hex | 70 | 51 | 63 | 0 | 1C | C | 38 | 145 | 10 | 26 |
| Octal | 160 | 121 | 143 | 0 | 34 | 14 | 70 | 505 | 20 | 46 |
| Binary | 1110000 | 1010001 | 1100011 | 0 | 11100 | 1100 | 111000 | 101000101 | 10000 | 100110 |
Color Harmonies of #705163
Complementary color
Monochromatic Colors of #705163
Black with #705163
Text Example
Text Example
White with #705163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705163; }
p { color: rgb(112,81,99); }
H1.HeaderClassName
{
color: #705163;
}
.AnyTagClassName
{
color: #705163;
}
</style>
background-color css
<style>
a { background-color: #705163; }
a { background-color: rgb(112,81,99); }
div.DivClassName
{
background-color: #705163;
}
.BgClassName
{
background-color: #705163;
}
</style>
border-color css
<style>
span { border-color: #705163; }
span { border-color: rgb(112,81,99); }
td.TdClassName
{
border-color: #705163;
}
.TagClassName
{
border-color: #705163;
}
</style>