Shades of Cadillac #92415E
Tints of Cadillac #92415E
RGB
CMYK
RGB Variations
Color information
#92415E (or 0x92415E) is known color: Cadillac. HEX triplet: 92, 41 and 5E. RGB value is (146,65,94). Sum of RGB (Red+Green+Blue) = 146+65+94=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92415E is #6DBEA1. Grayscale: #5C5C5C. Windows color (decimal): -7192226 or 6177170. OLE color: 6177170.
HSL color Cylindrical-coordinate representation of color #92415E: hue angle of 338.52º 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 #92415E is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 65 | 94 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.43 |
| HSL | 338.52º | 0.38% | 0.41% | - |
| HSV(B) | 338.52º | 0.55% | 0.57% | - |
| XYZ | 15.76 | 10.7 | 11.82 | - |
| YUV | 92.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 94 | 0 | 0.55 | 0.36 | 0.43 | 338.52 | 0.38 | 0.41 |
| Hex | 92 | 41 | 5E | 0 | 37 | 24 | 2B | 153 | 26 | 29 |
| Octal | 222 | 101 | 136 | 0 | 67 | 44 | 53 | 523 | 46 | 51 |
| Binary | 10010010 | 1000001 | 1011110 | 0 | 110111 | 100100 | 101011 | 101010011 | 100110 | 101001 |
Color Harmonies of #92415E
Complementary color
Monochromatic Colors of #92415E
Black with #92415E
Text Example
Text Example
White with #92415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92415E; }
p { color: rgb(146,65,94); }
H1.HeaderClassName
{
color: #92415E;
}
.AnyTagClassName
{
color: #92415E;
}
</style>
background-color css
<style>
a { background-color: #92415E; }
a { background-color: rgb(146,65,94); }
div.DivClassName
{
background-color: #92415E;
}
.BgClassName
{
background-color: #92415E;
}
</style>
border-color css
<style>
span { border-color: #92415E; }
span { border-color: rgb(146,65,94); }
td.TdClassName
{
border-color: #92415E;
}
.TagClassName
{
border-color: #92415E;
}
</style>