Shades of Cadillac #924155
Tints of Cadillac #924155
RGB
CMYK
RGB Variations
Color information
#924155 (or 0x924155) is known color: Cadillac. HEX triplet: 92, 41 and 55. RGB value is (146,65,85). Sum of RGB (Red+Green+Blue) = 146+65+85=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #924155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924155 is #6DBEAA. Grayscale: #5B5B5B. Windows color (decimal): -7192235 or 5587346. OLE color: 5587346.
HSL color Cylindrical-coordinate representation of color #924155: hue angle of 345.19º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924155 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 65 | 85 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.43 |
| HSL | 345.19º | 0.38% | 0.41% | - |
| HSV(B) | 345.19º | 0.55% | 0.57% | - |
| XYZ | 15.38 | 10.55 | 9.82 | - |
| YUV | 91.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 85 | 0 | 0.55 | 0.42 | 0.43 | 345.19 | 0.38 | 0.41 |
| Hex | 92 | 41 | 55 | 0 | 37 | 2A | 2B | 159 | 26 | 29 |
| Octal | 222 | 101 | 125 | 0 | 67 | 52 | 53 | 531 | 46 | 51 |
| Binary | 10010010 | 1000001 | 1010101 | 0 | 110111 | 101010 | 101011 | 101011001 | 100110 | 101001 |
Color Harmonies of #924155
Complementary color
Monochromatic Colors of #924155
Black with #924155
Text Example
Text Example
White with #924155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924155; }
p { color: rgb(146,65,85); }
H1.HeaderClassName
{
color: #924155;
}
.AnyTagClassName
{
color: #924155;
}
</style>
background-color css
<style>
a { background-color: #924155; }
a { background-color: rgb(146,65,85); }
div.DivClassName
{
background-color: #924155;
}
.BgClassName
{
background-color: #924155;
}
</style>
border-color css
<style>
span { border-color: #924155; }
span { border-color: rgb(146,65,85); }
td.TdClassName
{
border-color: #924155;
}
.TagClassName
{
border-color: #924155;
}
</style>