Shades of Cadillac #904958
Tints of Cadillac #904958
RGB
CMYK
RGB Variations
Color information
#904958 (or 0x904958) is known color: Cadillac. HEX triplet: 90, 49 and 58. RGB value is (144,73,88). Sum of RGB (Red+Green+Blue) = 144+73+88=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #904958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904958 is #6FB6A7. Grayscale: #5F5F5F. Windows color (decimal): -7321256 or 5786000. OLE color: 5786000.
HSL color Cylindrical-coordinate representation of color #904958: hue angle of 347.32º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904958 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 88 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.44 |
| HSL | 347.32º | 0.33% | 0.43% | - |
| HSV(B) | 347.32º | 0.49% | 0.56% | - |
| XYZ | 15.65 | 11.4 | 10.61 | - |
| YUV | 95.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 88 | 0 | 0.49 | 0.39 | 0.44 | 347.32 | 0.33 | 0.43 |
| Hex | 90 | 49 | 58 | 0 | 31 | 27 | 2C | 15B | 21 | 2B |
| Octal | 220 | 111 | 130 | 0 | 61 | 47 | 54 | 533 | 41 | 53 |
| Binary | 10010000 | 1001001 | 1011000 | 0 | 110001 | 100111 | 101100 | 101011011 | 100001 | 101011 |
Color Harmonies of #904958
Complementary color
Monochromatic Colors of #904958
Black with #904958
Text Example
Text Example
White with #904958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904958; }
p { color: rgb(144,73,88); }
H1.HeaderClassName
{
color: #904958;
}
.AnyTagClassName
{
color: #904958;
}
</style>
background-color css
<style>
a { background-color: #904958; }
a { background-color: rgb(144,73,88); }
div.DivClassName
{
background-color: #904958;
}
.BgClassName
{
background-color: #904958;
}
</style>
border-color css
<style>
span { border-color: #904958; }
span { border-color: rgb(144,73,88); }
td.TdClassName
{
border-color: #904958;
}
.TagClassName
{
border-color: #904958;
}
</style>