Shades of Cosmic #823C5C
Tints of Cosmic #823C5C
RGB
CMYK
RGB Variations
Color information
#823C5C (or 0x823C5C) is known color: Cosmic. HEX triplet: 82, 3C and 5C. RGB value is (130,60,92). Sum of RGB (Red+Green+Blue) = 130+60+92=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #823C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823C5C is #7DC3A3. Grayscale: #545454. Windows color (decimal): -8242084 or 6044802. OLE color: 6044802.
HSL color Cylindrical-coordinate representation of color #823C5C: hue angle of 332.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #823C5C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 92 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.49 |
| HSL | 332.57º | 0.37% | 0.37% | - |
| HSV(B) | 332.57º | 0.54% | 0.51% | - |
| XYZ | 12.75 | 8.75 | 11.14 | - |
| YUV | 84.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 92 | 0 | 0.54 | 0.29 | 0.49 | 332.57 | 0.37 | 0.37 |
| Hex | 82 | 3C | 5C | 0 | 36 | 1D | 31 | 14D | 25 | 25 |
| Octal | 202 | 74 | 134 | 0 | 66 | 35 | 61 | 515 | 45 | 45 |
| Binary | 10000010 | 111100 | 1011100 | 0 | 110110 | 11101 | 110001 | 101001101 | 100101 | 100101 |
Color Harmonies of #823C5C
Complementary color
Monochromatic Colors of #823C5C
Black with #823C5C
Text Example
Text Example
White with #823C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C5C; }
p { color: rgb(130,60,92); }
H1.HeaderClassName
{
color: #823C5C;
}
.AnyTagClassName
{
color: #823C5C;
}
</style>
background-color css
<style>
a { background-color: #823C5C; }
a { background-color: rgb(130,60,92); }
div.DivClassName
{
background-color: #823C5C;
}
.BgClassName
{
background-color: #823C5C;
}
</style>
border-color css
<style>
span { border-color: #823C5C; }
span { border-color: rgb(130,60,92); }
td.TdClassName
{
border-color: #823C5C;
}
.TagClassName
{
border-color: #823C5C;
}
</style>