Shades of Cadillac #904962
Tints of Cadillac #904962
RGB
CMYK
RGB Variations
Color information
#904962 (or 0x904962) is known color: Cadillac. HEX triplet: 90, 49 and 62. RGB value is (144,73,98). Sum of RGB (Red+Green+Blue) = 144+73+98=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #904962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904962 is #6FB69D. Grayscale: #616161. Windows color (decimal): -7321246 or 6441360. OLE color: 6441360.
HSL color Cylindrical-coordinate representation of color #904962: hue angle of 338.87º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904962 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 98 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.44 |
| HSL | 338.87º | 0.33% | 0.43% | - |
| HSV(B) | 338.87º | 0.49% | 0.56% | - |
| XYZ | 16.09 | 11.58 | 12.94 | - |
| YUV | 97.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 98 | 0 | 0.49 | 0.32 | 0.44 | 338.87 | 0.33 | 0.43 |
| Hex | 90 | 49 | 62 | 0 | 31 | 20 | 2C | 153 | 21 | 2B |
| Octal | 220 | 111 | 142 | 0 | 61 | 40 | 54 | 523 | 41 | 53 |
| Binary | 10010000 | 1001001 | 1100010 | 0 | 110001 | 100000 | 101100 | 101010011 | 100001 | 101011 |
Color Harmonies of #904962
Complementary color
Monochromatic Colors of #904962
Black with #904962
Text Example
Text Example
White with #904962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904962; }
p { color: rgb(144,73,98); }
H1.HeaderClassName
{
color: #904962;
}
.AnyTagClassName
{
color: #904962;
}
</style>
background-color css
<style>
a { background-color: #904962; }
a { background-color: rgb(144,73,98); }
div.DivClassName
{
background-color: #904962;
}
.BgClassName
{
background-color: #904962;
}
</style>
border-color css
<style>
span { border-color: #904962; }
span { border-color: rgb(144,73,98); }
td.TdClassName
{
border-color: #904962;
}
.TagClassName
{
border-color: #904962;
}
</style>