Shades of Cadillac #904A5C
Tints of Cadillac #904A5C
RGB
CMYK
RGB Variations
Color information
#904A5C (or 0x904A5C) is known color: Cadillac. HEX triplet: 90, 4A and 5C. RGB value is (144,74,92). Sum of RGB (Red+Green+Blue) = 144+74+92=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #904A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A5C is #6FB5A3. Grayscale: #606060. Windows color (decimal): -7320996 or 6048400. OLE color: 6048400.
HSL color Cylindrical-coordinate representation of color #904A5C: hue angle of 344.57º degrees, saturation: 0.32, 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 #904A5C is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 92 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.44 |
| HSL | 344.57º | 0.32% | 0.43% | - |
| HSV(B) | 344.57º | 0.49% | 0.56% | - |
| XYZ | 15.88 | 11.6 | 11.53 | - |
| YUV | 96.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 92 | 0 | 0.49 | 0.36 | 0.44 | 344.57 | 0.32 | 0.43 |
| Hex | 90 | 4A | 5C | 0 | 31 | 24 | 2C | 159 | 20 | 2B |
| Octal | 220 | 112 | 134 | 0 | 61 | 44 | 54 | 531 | 40 | 53 |
| Binary | 10010000 | 1001010 | 1011100 | 0 | 110001 | 100100 | 101100 | 101011001 | 100000 | 101011 |
Color Harmonies of #904A5C
Complementary color
Monochromatic Colors of #904A5C
Black with #904A5C
Text Example
Text Example
White with #904A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A5C; }
p { color: rgb(144,74,92); }
H1.HeaderClassName
{
color: #904A5C;
}
.AnyTagClassName
{
color: #904A5C;
}
</style>
background-color css
<style>
a { background-color: #904A5C; }
a { background-color: rgb(144,74,92); }
div.DivClassName
{
background-color: #904A5C;
}
.BgClassName
{
background-color: #904A5C;
}
</style>
border-color css
<style>
span { border-color: #904A5C; }
span { border-color: rgb(144,74,92); }
td.TdClassName
{
border-color: #904A5C;
}
.TagClassName
{
border-color: #904A5C;
}
</style>