Shades of Cadillac #924465
Tints of Cadillac #924465
RGB
CMYK
RGB Variations
Color information
#924465 (or 0x924465) is known color: Cadillac. HEX triplet: 92, 44 and 65. RGB value is (146,68,101). Sum of RGB (Red+Green+Blue) = 146+68+101=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #924465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924465 is #6DBB9A. Grayscale: #5F5F5F. Windows color (decimal): -7191451 or 6636690. OLE color: 6636690.
HSL color Cylindrical-coordinate representation of color #924465: hue angle of 334.62º 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 #924465 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 68 | 101 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.43 |
| HSL | 334.62º | 0.36% | 0.42% | - |
| HSV(B) | 334.62º | 0.53% | 0.57% | - |
| XYZ | 16.27 | 11.18 | 13.61 | - |
| YUV | 95.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 68 | 101 | 0 | 0.53 | 0.31 | 0.43 | 334.62 | 0.36 | 0.42 |
| Hex | 92 | 44 | 65 | 0 | 35 | 1F | 2B | 14F | 24 | 2A |
| Octal | 222 | 104 | 145 | 0 | 65 | 37 | 53 | 517 | 44 | 52 |
| Binary | 10010010 | 1000100 | 1100101 | 0 | 110101 | 11111 | 101011 | 101001111 | 100100 | 101010 |
Color Harmonies of #924465
Complementary color
Monochromatic Colors of #924465
Black with #924465
Text Example
Text Example
White with #924465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924465; }
p { color: rgb(146,68,101); }
H1.HeaderClassName
{
color: #924465;
}
.AnyTagClassName
{
color: #924465;
}
</style>
background-color css
<style>
a { background-color: #924465; }
a { background-color: rgb(146,68,101); }
div.DivClassName
{
background-color: #924465;
}
.BgClassName
{
background-color: #924465;
}
</style>
border-color css
<style>
span { border-color: #924465; }
span { border-color: rgb(146,68,101); }
td.TdClassName
{
border-color: #924465;
}
.TagClassName
{
border-color: #924465;
}
</style>