Shades of Cadillac #92495B
Tints of Cadillac #92495B
RGB
CMYK
RGB Variations
Color information
#92495B (or 0x92495B) is known color: Cadillac. HEX triplet: 92, 49 and 5B. RGB value is (146,73,91). Sum of RGB (Red+Green+Blue) = 146+73+91=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92495B is #6DB6A4. Grayscale: #606060. Windows color (decimal): -7190181 or 5982610. OLE color: 5982610.
HSL color Cylindrical-coordinate representation of color #92495B: hue angle of 345.21º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92495B is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 73 | 91 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.43 |
| HSL | 345.21º | 0.33% | 0.43% | - |
| HSV(B) | 345.21º | 0.5% | 0.57% | - |
| XYZ | 16.12 | 11.63 | 11.29 | - |
| YUV | 96.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 91 | 0 | 0.5 | 0.38 | 0.43 | 345.21 | 0.33 | 0.43 |
| Hex | 92 | 49 | 5B | 0 | 32 | 26 | 2B | 159 | 21 | 2B |
| Octal | 222 | 111 | 133 | 0 | 62 | 46 | 53 | 531 | 41 | 53 |
| Binary | 10010010 | 1001001 | 1011011 | 0 | 110010 | 100110 | 101011 | 101011001 | 100001 | 101011 |
Color Harmonies of #92495B
Complementary color
Monochromatic Colors of #92495B
Black with #92495B
Text Example
Text Example
White with #92495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92495B; }
p { color: rgb(146,73,91); }
H1.HeaderClassName
{
color: #92495B;
}
.AnyTagClassName
{
color: #92495B;
}
</style>
background-color css
<style>
a { background-color: #92495B; }
a { background-color: rgb(146,73,91); }
div.DivClassName
{
background-color: #92495B;
}
.BgClassName
{
background-color: #92495B;
}
</style>
border-color css
<style>
span { border-color: #92495B; }
span { border-color: rgb(146,73,91); }
td.TdClassName
{
border-color: #92495B;
}
.TagClassName
{
border-color: #92495B;
}
</style>