Shades of Cosmic #814A66
Tints of Cosmic #814A66
RGB
CMYK
RGB Variations
Color information
#814A66 (or 0x814A66) is known color: Cosmic. HEX triplet: 81, 4A and 66. RGB value is (129,74,102). Sum of RGB (Red+Green+Blue) = 129+74+102=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #814A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A66 is #7EB599. Grayscale: #5D5D5D. Windows color (decimal): -8304026 or 6703745. OLE color: 6703745.
HSL color Cylindrical-coordinate representation of color #814A66: hue angle of 329.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814A66 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 102 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.49 |
| HSL | 329.45º | 0.27% | 0.4% | - |
| HSV(B) | 329.45º | 0.43% | 0.51% | - |
| XYZ | 13.9 | 10.52 | 13.87 | - |
| YUV | 93.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 102 | 0 | 0.43 | 0.21 | 0.49 | 329.45 | 0.27 | 0.4 |
| Hex | 81 | 4A | 66 | 0 | 2B | 15 | 31 | 149 | 1B | 28 |
| Octal | 201 | 112 | 146 | 0 | 53 | 25 | 61 | 511 | 33 | 50 |
| Binary | 10000001 | 1001010 | 1100110 | 0 | 101011 | 10101 | 110001 | 101001001 | 11011 | 101000 |
Color Harmonies of #814A66
Complementary color
Monochromatic Colors of #814A66
Black with #814A66
Text Example
Text Example
White with #814A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A66; }
p { color: rgb(129,74,102); }
H1.HeaderClassName
{
color: #814A66;
}
.AnyTagClassName
{
color: #814A66;
}
</style>
background-color css
<style>
a { background-color: #814A66; }
a { background-color: rgb(129,74,102); }
div.DivClassName
{
background-color: #814A66;
}
.BgClassName
{
background-color: #814A66;
}
</style>
border-color css
<style>
span { border-color: #814A66; }
span { border-color: rgb(129,74,102); }
td.TdClassName
{
border-color: #814A66;
}
.TagClassName
{
border-color: #814A66;
}
</style>