Shades of Cadillac #904460
Tints of Cadillac #904460
RGB
CMYK
RGB Variations
Color information
#904460 (or 0x904460) is known color: Cadillac. HEX triplet: 90, 44 and 60. RGB value is (144,68,96). Sum of RGB (Red+Green+Blue) = 144+68+96=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #904460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904460 is #6FBB9F. Grayscale: #5D5D5D. Windows color (decimal): -7322528 or 6309008. OLE color: 6309008.
HSL color Cylindrical-coordinate representation of color #904460: hue angle of 337.89º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904460 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 96 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.44 |
| HSL | 337.89º | 0.36% | 0.42% | - |
| HSV(B) | 337.89º | 0.53% | 0.56% | - |
| XYZ | 15.68 | 10.91 | 12.35 | - |
| YUV | 93.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 96 | 0 | 0.53 | 0.33 | 0.44 | 337.89 | 0.36 | 0.42 |
| Hex | 90 | 44 | 60 | 0 | 35 | 21 | 2C | 152 | 24 | 2A |
| Octal | 220 | 104 | 140 | 0 | 65 | 41 | 54 | 522 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1100000 | 0 | 110101 | 100001 | 101100 | 101010010 | 100100 | 101010 |
Color Harmonies of #904460
Complementary color
Monochromatic Colors of #904460
Black with #904460
Text Example
Text Example
White with #904460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904460; }
p { color: rgb(144,68,96); }
H1.HeaderClassName
{
color: #904460;
}
.AnyTagClassName
{
color: #904460;
}
</style>
background-color css
<style>
a { background-color: #904460; }
a { background-color: rgb(144,68,96); }
div.DivClassName
{
background-color: #904460;
}
.BgClassName
{
background-color: #904460;
}
</style>
border-color css
<style>
span { border-color: #904460; }
span { border-color: rgb(144,68,96); }
td.TdClassName
{
border-color: #904460;
}
.TagClassName
{
border-color: #904460;
}
</style>