Shades of Cadillac #904362
Tints of Cadillac #904362
RGB
CMYK
RGB Variations
Color information
#904362 (or 0x904362) is known color: Cadillac. HEX triplet: 90, 43 and 62. RGB value is (144,67,98). Sum of RGB (Red+Green+Blue) = 144+67+98=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #904362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904362 is #6FBC9D. Grayscale: #5D5D5D. Windows color (decimal): -7322782 or 6439824. OLE color: 6439824.
HSL color Cylindrical-coordinate representation of color #904362: hue angle of 335.84º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904362 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 98 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.44 |
| HSL | 335.84º | 0.36% | 0.41% | - |
| HSV(B) | 335.84º | 0.53% | 0.56% | - |
| XYZ | 15.71 | 10.83 | 12.82 | - |
| YUV | 93.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 98 | 0 | 0.53 | 0.32 | 0.44 | 335.84 | 0.36 | 0.41 |
| Hex | 90 | 43 | 62 | 0 | 35 | 20 | 2C | 150 | 24 | 29 |
| Octal | 220 | 103 | 142 | 0 | 65 | 40 | 54 | 520 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1100010 | 0 | 110101 | 100000 | 101100 | 101010000 | 100100 | 101001 |
Color Harmonies of #904362
Complementary color
Monochromatic Colors of #904362
Black with #904362
Text Example
Text Example
White with #904362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904362; }
p { color: rgb(144,67,98); }
H1.HeaderClassName
{
color: #904362;
}
.AnyTagClassName
{
color: #904362;
}
</style>
background-color css
<style>
a { background-color: #904362; }
a { background-color: rgb(144,67,98); }
div.DivClassName
{
background-color: #904362;
}
.BgClassName
{
background-color: #904362;
}
</style>
border-color css
<style>
span { border-color: #904362; }
span { border-color: rgb(144,67,98); }
td.TdClassName
{
border-color: #904362;
}
.TagClassName
{
border-color: #904362;
}
</style>