Shades of Cosmic #815A6C
Tints of Cosmic #815A6C
RGB
CMYK
RGB Variations
Color information
#815A6C (or 0x815A6C) is known color: Cosmic. HEX triplet: 81, 5A and 6C. RGB value is (129,90,108). Sum of RGB (Red+Green+Blue) = 129+90+108=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #815A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A6C is #7EA593. Grayscale: #676767. Windows color (decimal): -8299924 or 7101057. OLE color: 7101057.
HSL color Cylindrical-coordinate representation of color #815A6C: hue angle of 332.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A6C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 108 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.49 |
| HSL | 332.31º | 0.18% | 0.43% | - |
| HSV(B) | 332.31º | 0.3% | 0.51% | - |
| XYZ | 15.42 | 13.06 | 15.9 | - |
| YUV | 103.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 108 | 0 | 0.30 | 0.16 | 0.49 | 332.31 | 0.18 | 0.43 |
| Hex | 81 | 5A | 6C | 0 | 1E | 10 | 31 | 14C | 12 | 2B |
| Octal | 201 | 132 | 154 | 0 | 36 | 20 | 61 | 514 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1101100 | 0 | 11110 | 10000 | 110001 | 101001100 | 10010 | 101011 |
Color Harmonies of #815A6C
Complementary color
Monochromatic Colors of #815A6C
Black with #815A6C
Text Example
Text Example
White with #815A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A6C; }
p { color: rgb(129,90,108); }
H1.HeaderClassName
{
color: #815A6C;
}
.AnyTagClassName
{
color: #815A6C;
}
</style>
background-color css
<style>
a { background-color: #815A6C; }
a { background-color: rgb(129,90,108); }
div.DivClassName
{
background-color: #815A6C;
}
.BgClassName
{
background-color: #815A6C;
}
</style>
border-color css
<style>
span { border-color: #815A6C; }
span { border-color: rgb(129,90,108); }
td.TdClassName
{
border-color: #815A6C;
}
.TagClassName
{
border-color: #815A6C;
}
</style>