Shades of Cadillac #924364
Tints of Cadillac #924364
RGB
CMYK
RGB Variations
Color information
#924364 (or 0x924364) is known color: Cadillac. HEX triplet: 92, 43 and 64. RGB value is (146,67,100). Sum of RGB (Red+Green+Blue) = 146+67+100=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #924364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924364 is #6DBC9B. Grayscale: #5E5E5E. Windows color (decimal): -7191708 or 6570898. OLE color: 6570898.
HSL color Cylindrical-coordinate representation of color #924364: hue angle of 334.94º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #924364 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 67 | 100 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.43 |
| HSL | 334.94º | 0.37% | 0.42% | - |
| HSV(B) | 334.94º | 0.54% | 0.57% | - |
| XYZ | 16.16 | 11.05 | 13.34 | - |
| YUV | 94.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 100 | 0 | 0.54 | 0.32 | 0.43 | 334.94 | 0.37 | 0.42 |
| Hex | 92 | 43 | 64 | 0 | 36 | 20 | 2B | 14F | 25 | 2A |
| Octal | 222 | 103 | 144 | 0 | 66 | 40 | 53 | 517 | 45 | 52 |
| Binary | 10010010 | 1000011 | 1100100 | 0 | 110110 | 100000 | 101011 | 101001111 | 100101 | 101010 |
Color Harmonies of #924364
Complementary color
Monochromatic Colors of #924364
Black with #924364
Text Example
Text Example
White with #924364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924364; }
p { color: rgb(146,67,100); }
H1.HeaderClassName
{
color: #924364;
}
.AnyTagClassName
{
color: #924364;
}
</style>
background-color css
<style>
a { background-color: #924364; }
a { background-color: rgb(146,67,100); }
div.DivClassName
{
background-color: #924364;
}
.BgClassName
{
background-color: #924364;
}
</style>
border-color css
<style>
span { border-color: #924364; }
span { border-color: rgb(146,67,100); }
td.TdClassName
{
border-color: #924364;
}
.TagClassName
{
border-color: #924364;
}
</style>