Shades of Cadillac #904468
Tints of Cadillac #904468
RGB
CMYK
RGB Variations
Color information
#904468 (or 0x904468) is known color: Cadillac. HEX triplet: 90, 44 and 68. RGB value is (144,68,104). Sum of RGB (Red+Green+Blue) = 144+68+104=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #904468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904468 is #6FBB97. Grayscale: #5E5E5E. Windows color (decimal): -7322520 or 6833296. OLE color: 6833296.
HSL color Cylindrical-coordinate representation of color #904468: hue angle of 331.58º 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 #904468 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 104 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.44 |
| HSL | 331.58º | 0.36% | 0.42% | - |
| HSV(B) | 331.58º | 0.53% | 0.56% | - |
| XYZ | 16.07 | 11.06 | 14.39 | - |
| YUV | 94.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 104 | 0 | 0.53 | 0.28 | 0.44 | 331.58 | 0.36 | 0.42 |
| Hex | 90 | 44 | 68 | 0 | 35 | 1C | 2C | 14C | 24 | 2A |
| Octal | 220 | 104 | 150 | 0 | 65 | 34 | 54 | 514 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1101000 | 0 | 110101 | 11100 | 101100 | 101001100 | 100100 | 101010 |
Color Harmonies of #904468
Complementary color
Monochromatic Colors of #904468
Black with #904468
Text Example
Text Example
White with #904468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904468; }
p { color: rgb(144,68,104); }
H1.HeaderClassName
{
color: #904468;
}
.AnyTagClassName
{
color: #904468;
}
</style>
background-color css
<style>
a { background-color: #904468; }
a { background-color: rgb(144,68,104); }
div.DivClassName
{
background-color: #904468;
}
.BgClassName
{
background-color: #904468;
}
</style>
border-color css
<style>
span { border-color: #904468; }
span { border-color: rgb(144,68,104); }
td.TdClassName
{
border-color: #904468;
}
.TagClassName
{
border-color: #904468;
}
</style>