Shades of Cosmic #83456C
Tints of Cosmic #83456C
RGB
CMYK
RGB Variations
Color information
#83456C (or 0x83456C) is known color: Cosmic. HEX triplet: 83, 45 and 6C. RGB value is (131,69,108). Sum of RGB (Red+Green+Blue) = 131+69+108=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83456C is #7CBA93. Grayscale: #5B5B5B. Windows color (decimal): -8174228 or 7095683. OLE color: 7095683.
HSL color Cylindrical-coordinate representation of color #83456C: hue angle of 322.26º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83456C is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 108 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.49 |
| HSL | 322.26º | 0.31% | 0.39% | - |
| HSV(B) | 322.26º | 0.47% | 0.51% | - |
| XYZ | 14.19 | 10.16 | 15.4 | - |
| YUV | 91.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 108 | 0 | 0.47 | 0.18 | 0.49 | 322.26 | 0.31 | 0.39 |
| Hex | 83 | 45 | 6C | 0 | 2F | 12 | 31 | 142 | 1F | 27 |
| Octal | 203 | 105 | 154 | 0 | 57 | 22 | 61 | 502 | 37 | 47 |
| Binary | 10000011 | 1000101 | 1101100 | 0 | 101111 | 10010 | 110001 | 101000010 | 11111 | 100111 |
Color Harmonies of #83456C
Complementary color
Monochromatic Colors of #83456C
Black with #83456C
Text Example
Text Example
White with #83456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83456C; }
p { color: rgb(131,69,108); }
H1.HeaderClassName
{
color: #83456C;
}
.AnyTagClassName
{
color: #83456C;
}
</style>
background-color css
<style>
a { background-color: #83456C; }
a { background-color: rgb(131,69,108); }
div.DivClassName
{
background-color: #83456C;
}
.BgClassName
{
background-color: #83456C;
}
</style>
border-color css
<style>
span { border-color: #83456C; }
span { border-color: rgb(131,69,108); }
td.TdClassName
{
border-color: #83456C;
}
.TagClassName
{
border-color: #83456C;
}
</style>