Shades of Cosmic #81506C
Tints of Cosmic #81506C
RGB
CMYK
RGB Variations
Color information
#81506C (or 0x81506C) is known color: Cosmic. HEX triplet: 81, 50 and 6C. RGB value is (129,80,108). Sum of RGB (Red+Green+Blue) = 129+80+108=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81506C is #7EAF93. Grayscale: #616161. Windows color (decimal): -8302484 or 7098497. OLE color: 7098497.
HSL color Cylindrical-coordinate representation of color #81506C: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81506C is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 108 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.49 |
| HSL | 325.71º | 0.23% | 0.41% | - |
| HSV(B) | 325.71º | 0.38% | 0.51% | - |
| XYZ | 14.63 | 11.49 | 15.63 | - |
| YUV | 97.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 108 | 0 | 0.38 | 0.16 | 0.49 | 325.71 | 0.23 | 0.41 |
| Hex | 81 | 50 | 6C | 0 | 26 | 10 | 31 | 146 | 17 | 29 |
| Octal | 201 | 120 | 154 | 0 | 46 | 20 | 61 | 506 | 27 | 51 |
| Binary | 10000001 | 1010000 | 1101100 | 0 | 100110 | 10000 | 110001 | 101000110 | 10111 | 101001 |
Color Harmonies of #81506C
Complementary color
Monochromatic Colors of #81506C
Black with #81506C
Text Example
Text Example
White with #81506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81506C; }
p { color: rgb(129,80,108); }
H1.HeaderClassName
{
color: #81506C;
}
.AnyTagClassName
{
color: #81506C;
}
</style>
background-color css
<style>
a { background-color: #81506C; }
a { background-color: rgb(129,80,108); }
div.DivClassName
{
background-color: #81506C;
}
.BgClassName
{
background-color: #81506C;
}
</style>
border-color css
<style>
span { border-color: #81506C; }
span { border-color: rgb(129,80,108); }
td.TdClassName
{
border-color: #81506C;
}
.TagClassName
{
border-color: #81506C;
}
</style>