Shades of Cosmic #86456B
Tints of Cosmic #86456B
RGB
CMYK
RGB Variations
Color information
#86456B (or 0x86456B) is known color: Cosmic. HEX triplet: 86, 45 and 6B. RGB value is (134,69,107). Sum of RGB (Red+Green+Blue) = 134+69+107=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86456B is #79BA94. Grayscale: #5C5C5C. Windows color (decimal): -7977621 or 7030150. OLE color: 7030150.
HSL color Cylindrical-coordinate representation of color #86456B: hue angle of 324.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86456B is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 107 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.47 |
| HSL | 324.92º | 0.32% | 0.4% | - |
| HSV(B) | 324.92º | 0.49% | 0.53% | - |
| XYZ | 14.61 | 10.39 | 15.14 | - |
| YUV | 92.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 107 | 0 | 0.49 | 0.20 | 0.47 | 324.92 | 0.32 | 0.4 |
| Hex | 86 | 45 | 6B | 0 | 31 | 14 | 2F | 145 | 20 | 28 |
| Octal | 206 | 105 | 153 | 0 | 61 | 24 | 57 | 505 | 40 | 50 |
| Binary | 10000110 | 1000101 | 1101011 | 0 | 110001 | 10100 | 101111 | 101000101 | 100000 | 101000 |
Color Harmonies of #86456B
Complementary color
Monochromatic Colors of #86456B
Black with #86456B
Text Example
Text Example
White with #86456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86456B; }
p { color: rgb(134,69,107); }
H1.HeaderClassName
{
color: #86456B;
}
.AnyTagClassName
{
color: #86456B;
}
</style>
background-color css
<style>
a { background-color: #86456B; }
a { background-color: rgb(134,69,107); }
div.DivClassName
{
background-color: #86456B;
}
.BgClassName
{
background-color: #86456B;
}
</style>
border-color css
<style>
span { border-color: #86456B; }
span { border-color: rgb(134,69,107); }
td.TdClassName
{
border-color: #86456B;
}
.TagClassName
{
border-color: #86456B;
}
</style>