Shades of Cadillac #904254
Tints of Cadillac #904254
RGB
CMYK
RGB Variations
Color information
#904254 (or 0x904254) is known color: Cadillac. HEX triplet: 90, 42 and 54. RGB value is (144,66,84). Sum of RGB (Red+Green+Blue) = 144+66+84=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #904254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904254 is #6FBDAB. Grayscale: #5B5B5B. Windows color (decimal): -7323052 or 5522064. OLE color: 5522064.
HSL color Cylindrical-coordinate representation of color #904254: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904254 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 84 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.44 |
| HSL | 346.15º | 0.37% | 0.41% | - |
| HSV(B) | 346.15º | 0.54% | 0.56% | - |
| XYZ | 15.05 | 10.47 | 9.61 | - |
| YUV | 91.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 84 | 0 | 0.54 | 0.42 | 0.44 | 346.15 | 0.37 | 0.41 |
| Hex | 90 | 42 | 54 | 0 | 36 | 2A | 2C | 15A | 25 | 29 |
| Octal | 220 | 102 | 124 | 0 | 66 | 52 | 54 | 532 | 45 | 51 |
| Binary | 10010000 | 1000010 | 1010100 | 0 | 110110 | 101010 | 101100 | 101011010 | 100101 | 101001 |
Color Harmonies of #904254
Complementary color
Monochromatic Colors of #904254
Black with #904254
Text Example
Text Example
White with #904254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904254; }
p { color: rgb(144,66,84); }
H1.HeaderClassName
{
color: #904254;
}
.AnyTagClassName
{
color: #904254;
}
</style>
background-color css
<style>
a { background-color: #904254; }
a { background-color: rgb(144,66,84); }
div.DivClassName
{
background-color: #904254;
}
.BgClassName
{
background-color: #904254;
}
</style>
border-color css
<style>
span { border-color: #904254; }
span { border-color: rgb(144,66,84); }
td.TdClassName
{
border-color: #904254;
}
.TagClassName
{
border-color: #904254;
}
</style>