Shades of Cadillac #904556
Tints of Cadillac #904556
RGB
CMYK
RGB Variations
Color information
#904556 (or 0x904556) is known color: Cadillac. HEX triplet: 90, 45 and 56. RGB value is (144,69,86). Sum of RGB (Red+Green+Blue) = 144+69+86=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #904556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904556 is #6FBAA9. Grayscale: #5D5D5D. Windows color (decimal): -7322282 or 5653904. OLE color: 5653904.
HSL color Cylindrical-coordinate representation of color #904556: hue angle of 346.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904556 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 69 | 86 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.44 |
| HSL | 346.4º | 0.35% | 0.42% | - |
| HSV(B) | 346.4º | 0.52% | 0.56% | - |
| XYZ | 15.31 | 10.86 | 10.09 | - |
| YUV | 93.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 86 | 0 | 0.52 | 0.40 | 0.44 | 346.4 | 0.35 | 0.42 |
| Hex | 90 | 45 | 56 | 0 | 34 | 28 | 2C | 15A | 23 | 2A |
| Octal | 220 | 105 | 126 | 0 | 64 | 50 | 54 | 532 | 43 | 52 |
| Binary | 10010000 | 1000101 | 1010110 | 0 | 110100 | 101000 | 101100 | 101011010 | 100011 | 101010 |
Color Harmonies of #904556
Complementary color
Monochromatic Colors of #904556
Black with #904556
Text Example
Text Example
White with #904556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904556; }
p { color: rgb(144,69,86); }
H1.HeaderClassName
{
color: #904556;
}
.AnyTagClassName
{
color: #904556;
}
</style>
background-color css
<style>
a { background-color: #904556; }
a { background-color: rgb(144,69,86); }
div.DivClassName
{
background-color: #904556;
}
.BgClassName
{
background-color: #904556;
}
</style>
border-color css
<style>
span { border-color: #904556; }
span { border-color: rgb(144,69,86); }
td.TdClassName
{
border-color: #904556;
}
.TagClassName
{
border-color: #904556;
}
</style>