Shades of Cadillac #904164
Tints of Cadillac #904164
RGB
CMYK
RGB Variations
Color information
#904164 (or 0x904164) is known color: Cadillac. HEX triplet: 90, 41 and 64. RGB value is (144,65,100). Sum of RGB (Red+Green+Blue) = 144+65+100=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #904164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904164 is #6FBE9B. Grayscale: #5C5C5C. Windows color (decimal): -7323292 or 6570384. OLE color: 6570384.
HSL color Cylindrical-coordinate representation of color #904164: hue angle of 333.42º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904164 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 100 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.44 |
| HSL | 333.42º | 0.38% | 0.41% | - |
| HSV(B) | 333.42º | 0.55% | 0.56% | - |
| XYZ | 15.69 | 10.63 | 13.28 | - |
| YUV | 92.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 100 | 0 | 0.55 | 0.31 | 0.44 | 333.42 | 0.38 | 0.41 |
| Hex | 90 | 41 | 64 | 0 | 37 | 1F | 2C | 14D | 26 | 29 |
| Octal | 220 | 101 | 144 | 0 | 67 | 37 | 54 | 515 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1100100 | 0 | 110111 | 11111 | 101100 | 101001101 | 100110 | 101001 |
Color Harmonies of #904164
Complementary color
Monochromatic Colors of #904164
Black with #904164
Text Example
Text Example
White with #904164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904164; }
p { color: rgb(144,65,100); }
H1.HeaderClassName
{
color: #904164;
}
.AnyTagClassName
{
color: #904164;
}
</style>
background-color css
<style>
a { background-color: #904164; }
a { background-color: rgb(144,65,100); }
div.DivClassName
{
background-color: #904164;
}
.BgClassName
{
background-color: #904164;
}
</style>
border-color css
<style>
span { border-color: #904164; }
span { border-color: rgb(144,65,100); }
td.TdClassName
{
border-color: #904164;
}
.TagClassName
{
border-color: #904164;
}
</style>