Shades of Cadillac #944958
Tints of Cadillac #944958
RGB
CMYK
RGB Variations
Color information
#944958 (or 0x944958) is known color: Cadillac. HEX triplet: 94, 49 and 58. RGB value is (148,73,88). Sum of RGB (Red+Green+Blue) = 148+73+88=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #944958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944958 is #6BB6A7. Grayscale: #616161. Windows color (decimal): -7059112 or 5786004. OLE color: 5786004.
HSL color Cylindrical-coordinate representation of color #944958: hue angle of 348º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944958 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 88 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.42 |
| HSL | 348º | 0.34% | 0.43% | - |
| HSV(B) | 348º | 0.51% | 0.58% | - |
| XYZ | 16.36 | 11.77 | 10.64 | - |
| YUV | 97.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 88 | 0 | 0.51 | 0.41 | 0.42 | 348 | 0.34 | 0.43 |
| Hex | 94 | 49 | 58 | 0 | 33 | 29 | 2A | 15C | 22 | 2B |
| Octal | 224 | 111 | 130 | 0 | 63 | 51 | 52 | 534 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1011000 | 0 | 110011 | 101001 | 101010 | 101011100 | 100010 | 101011 |
Color Harmonies of #944958
Complementary color
Monochromatic Colors of #944958
Black with #944958
Text Example
Text Example
White with #944958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944958; }
p { color: rgb(148,73,88); }
H1.HeaderClassName
{
color: #944958;
}
.AnyTagClassName
{
color: #944958;
}
</style>
background-color css
<style>
a { background-color: #944958; }
a { background-color: rgb(148,73,88); }
div.DivClassName
{
background-color: #944958;
}
.BgClassName
{
background-color: #944958;
}
</style>
border-color css
<style>
span { border-color: #944958; }
span { border-color: rgb(148,73,88); }
td.TdClassName
{
border-color: #944958;
}
.TagClassName
{
border-color: #944958;
}
</style>