Shades of Cadillac #924464
Tints of Cadillac #924464
RGB
CMYK
RGB Variations
Color information
#924464 (or 0x924464) is known color: Cadillac. HEX triplet: 92, 44 and 64. RGB value is (146,68,100). Sum of RGB (Red+Green+Blue) = 146+68+100=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #924464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924464 is #6DBB9B. Grayscale: #5E5E5E. Windows color (decimal): -7191452 or 6571154. OLE color: 6571154.
HSL color Cylindrical-coordinate representation of color #924464: hue angle of 335.38º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #924464 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 68 | 100 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.43 |
| HSL | 335.38º | 0.36% | 0.42% | - |
| HSV(B) | 335.38º | 0.53% | 0.57% | - |
| XYZ | 16.22 | 11.17 | 13.36 | - |
| YUV | 94.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 68 | 100 | 0 | 0.53 | 0.32 | 0.43 | 335.38 | 0.36 | 0.42 |
| Hex | 92 | 44 | 64 | 0 | 35 | 20 | 2B | 14F | 24 | 2A |
| Octal | 222 | 104 | 144 | 0 | 65 | 40 | 53 | 517 | 44 | 52 |
| Binary | 10010010 | 1000100 | 1100100 | 0 | 110101 | 100000 | 101011 | 101001111 | 100100 | 101010 |
Color Harmonies of #924464
Complementary color
Monochromatic Colors of #924464
Black with #924464
Text Example
Text Example
White with #924464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924464; }
p { color: rgb(146,68,100); }
H1.HeaderClassName
{
color: #924464;
}
.AnyTagClassName
{
color: #924464;
}
</style>
background-color css
<style>
a { background-color: #924464; }
a { background-color: rgb(146,68,100); }
div.DivClassName
{
background-color: #924464;
}
.BgClassName
{
background-color: #924464;
}
</style>
border-color css
<style>
span { border-color: #924464; }
span { border-color: rgb(146,68,100); }
td.TdClassName
{
border-color: #924464;
}
.TagClassName
{
border-color: #924464;
}
</style>