Shades of Cadillac #92465D
Tints of Cadillac #92465D
RGB
CMYK
RGB Variations
Color information
#92465D (or 0x92465D) is known color: Cadillac. HEX triplet: 92, 46 and 5D. RGB value is (146,70,93). Sum of RGB (Red+Green+Blue) = 146+70+93=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92465D is #6DB9A2. Grayscale: #5F5F5F. Windows color (decimal): -7190947 or 6112914. OLE color: 6112914.
HSL color Cylindrical-coordinate representation of color #92465D: hue angle of 341.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92465D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 70 | 93 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.43 |
| HSL | 341.84º | 0.35% | 0.42% | - |
| HSV(B) | 341.84º | 0.52% | 0.57% | - |
| XYZ | 16.02 | 11.28 | 11.69 | - |
| YUV | 95.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 93 | 0 | 0.52 | 0.36 | 0.43 | 341.84 | 0.35 | 0.42 |
| Hex | 92 | 46 | 5D | 0 | 34 | 24 | 2B | 156 | 23 | 2A |
| Octal | 222 | 106 | 135 | 0 | 64 | 44 | 53 | 526 | 43 | 52 |
| Binary | 10010010 | 1000110 | 1011101 | 0 | 110100 | 100100 | 101011 | 101010110 | 100011 | 101010 |
Color Harmonies of #92465D
Complementary color
Monochromatic Colors of #92465D
Black with #92465D
Text Example
Text Example
White with #92465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92465D; }
p { color: rgb(146,70,93); }
H1.HeaderClassName
{
color: #92465D;
}
.AnyTagClassName
{
color: #92465D;
}
</style>
background-color css
<style>
a { background-color: #92465D; }
a { background-color: rgb(146,70,93); }
div.DivClassName
{
background-color: #92465D;
}
.BgClassName
{
background-color: #92465D;
}
</style>
border-color css
<style>
span { border-color: #92465D; }
span { border-color: rgb(146,70,93); }
td.TdClassName
{
border-color: #92465D;
}
.TagClassName
{
border-color: #92465D;
}
</style>