Shades of Cosmic #814A68
Tints of Cosmic #814A68
RGB
CMYK
RGB Variations
Color information
#814A68 (or 0x814A68) is known color: Cosmic. HEX triplet: 81, 4A and 68. RGB value is (129,74,104). Sum of RGB (Red+Green+Blue) = 129+74+104=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #814A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A68 is #7EB597. Grayscale: #5D5D5D. Windows color (decimal): -8304024 or 6834817. OLE color: 6834817.
HSL color Cylindrical-coordinate representation of color #814A68: hue angle of 327.27º 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 #814A68 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 104 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.49 |
| HSL | 327.27º | 0.27% | 0.4% | - |
| HSV(B) | 327.27º | 0.43% | 0.51% | - |
| XYZ | 14 | 10.56 | 14.4 | - |
| YUV | 93.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 104 | 0 | 0.43 | 0.19 | 0.49 | 327.27 | 0.27 | 0.4 |
| Hex | 81 | 4A | 68 | 0 | 2B | 13 | 31 | 147 | 1B | 28 |
| Octal | 201 | 112 | 150 | 0 | 53 | 23 | 61 | 507 | 33 | 50 |
| Binary | 10000001 | 1001010 | 1101000 | 0 | 101011 | 10011 | 110001 | 101000111 | 11011 | 101000 |
Color Harmonies of #814A68
Complementary color
Monochromatic Colors of #814A68
Black with #814A68
Text Example
Text Example
White with #814A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A68; }
p { color: rgb(129,74,104); }
H1.HeaderClassName
{
color: #814A68;
}
.AnyTagClassName
{
color: #814A68;
}
</style>
background-color css
<style>
a { background-color: #814A68; }
a { background-color: rgb(129,74,104); }
div.DivClassName
{
background-color: #814A68;
}
.BgClassName
{
background-color: #814A68;
}
</style>
border-color css
<style>
span { border-color: #814A68; }
span { border-color: rgb(129,74,104); }
td.TdClassName
{
border-color: #814A68;
}
.TagClassName
{
border-color: #814A68;
}
</style>