Shades of Cadillac #904466
Tints of Cadillac #904466
RGB
CMYK
RGB Variations
Color information
#904466 (or 0x904466) is known color: Cadillac. HEX triplet: 90, 44 and 66. RGB value is (144,68,102). Sum of RGB (Red+Green+Blue) = 144+68+102=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #904466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904466 is #6FBB99. Grayscale: #5E5E5E. Windows color (decimal): -7322522 or 6702224. OLE color: 6702224.
HSL color Cylindrical-coordinate representation of color #904466: hue angle of 333.16º 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 #904466 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 102 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.44 |
| HSL | 333.16º | 0.36% | 0.42% | - |
| HSV(B) | 333.16º | 0.53% | 0.56% | - |
| XYZ | 15.97 | 11.02 | 13.86 | - |
| YUV | 94.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 102 | 0 | 0.53 | 0.29 | 0.44 | 333.16 | 0.36 | 0.42 |
| Hex | 90 | 44 | 66 | 0 | 35 | 1D | 2C | 14D | 24 | 2A |
| Octal | 220 | 104 | 146 | 0 | 65 | 35 | 54 | 515 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1100110 | 0 | 110101 | 11101 | 101100 | 101001101 | 100100 | 101010 |
Color Harmonies of #904466
Complementary color
Monochromatic Colors of #904466
Black with #904466
Text Example
Text Example
White with #904466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904466; }
p { color: rgb(144,68,102); }
H1.HeaderClassName
{
color: #904466;
}
.AnyTagClassName
{
color: #904466;
}
</style>
background-color css
<style>
a { background-color: #904466; }
a { background-color: rgb(144,68,102); }
div.DivClassName
{
background-color: #904466;
}
.BgClassName
{
background-color: #904466;
}
</style>
border-color css
<style>
span { border-color: #904466; }
span { border-color: rgb(144,68,102); }
td.TdClassName
{
border-color: #904466;
}
.TagClassName
{
border-color: #904466;
}
</style>