Shades of Cadillac #92425C
Tints of Cadillac #92425C
RGB
CMYK
RGB Variations
Color information
#92425C (or 0x92425C) is known color: Cadillac. HEX triplet: 92, 42 and 5C. RGB value is (146,66,92). Sum of RGB (Red+Green+Blue) = 146+66+92=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92425C is #6DBDA3. Grayscale: #5C5C5C. Windows color (decimal): -7191972 or 6046354. OLE color: 6046354.
HSL color Cylindrical-coordinate representation of color #92425C: hue angle of 340.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92425C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 66 | 92 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.43 |
| HSL | 340.5º | 0.38% | 0.42% | - |
| HSV(B) | 340.5º | 0.55% | 0.57% | - |
| XYZ | 15.73 | 10.78 | 11.38 | - |
| YUV | 92.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 92 | 0 | 0.55 | 0.37 | 0.43 | 340.5 | 0.38 | 0.42 |
| Hex | 92 | 42 | 5C | 0 | 37 | 25 | 2B | 154 | 26 | 2A |
| Octal | 222 | 102 | 134 | 0 | 67 | 45 | 53 | 524 | 46 | 52 |
| Binary | 10010010 | 1000010 | 1011100 | 0 | 110111 | 100101 | 101011 | 101010100 | 100110 | 101010 |
Color Harmonies of #92425C
Complementary color
Monochromatic Colors of #92425C
Black with #92425C
Text Example
Text Example
White with #92425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92425C; }
p { color: rgb(146,66,92); }
H1.HeaderClassName
{
color: #92425C;
}
.AnyTagClassName
{
color: #92425C;
}
</style>
background-color css
<style>
a { background-color: #92425C; }
a { background-color: rgb(146,66,92); }
div.DivClassName
{
background-color: #92425C;
}
.BgClassName
{
background-color: #92425C;
}
</style>
border-color css
<style>
span { border-color: #92425C; }
span { border-color: rgb(146,66,92); }
td.TdClassName
{
border-color: #92425C;
}
.TagClassName
{
border-color: #92425C;
}
</style>