Shades of Cadillac #904758
Tints of Cadillac #904758
RGB
CMYK
RGB Variations
Color information
#904758 (or 0x904758) is known color: Cadillac. HEX triplet: 90, 47 and 58. RGB value is (144,71,88). Sum of RGB (Red+Green+Blue) = 144+71+88=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #904758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904758 is #6FB8A7. Grayscale: #5E5E5E. Windows color (decimal): -7321768 or 5785488. OLE color: 5785488.
HSL color Cylindrical-coordinate representation of color #904758: hue angle of 346.03º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904758 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 88 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.44 |
| HSL | 346.03º | 0.34% | 0.42% | - |
| HSV(B) | 346.03º | 0.51% | 0.56% | - |
| XYZ | 15.52 | 11.14 | 10.57 | - |
| YUV | 94.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 88 | 0 | 0.51 | 0.39 | 0.44 | 346.03 | 0.34 | 0.42 |
| Hex | 90 | 47 | 58 | 0 | 33 | 27 | 2C | 15A | 22 | 2A |
| Octal | 220 | 107 | 130 | 0 | 63 | 47 | 54 | 532 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1011000 | 0 | 110011 | 100111 | 101100 | 101011010 | 100010 | 101010 |
Color Harmonies of #904758
Complementary color
Monochromatic Colors of #904758
Black with #904758
Text Example
Text Example
White with #904758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904758; }
p { color: rgb(144,71,88); }
H1.HeaderClassName
{
color: #904758;
}
.AnyTagClassName
{
color: #904758;
}
</style>
background-color css
<style>
a { background-color: #904758; }
a { background-color: rgb(144,71,88); }
div.DivClassName
{
background-color: #904758;
}
.BgClassName
{
background-color: #904758;
}
</style>
border-color css
<style>
span { border-color: #904758; }
span { border-color: rgb(144,71,88); }
td.TdClassName
{
border-color: #904758;
}
.TagClassName
{
border-color: #904758;
}
</style>