Shades of Cadillac #92426A
Tints of Cadillac #92426A
RGB
CMYK
RGB Variations
Color information
#92426A (or 0x92426A) is known color: Cadillac. HEX triplet: 92, 42 and 6A. RGB value is (146,66,106). Sum of RGB (Red+Green+Blue) = 146+66+106=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #92426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92426A is #6DBD95. Grayscale: #5E5E5E. Windows color (decimal): -7191958 or 6963858. OLE color: 6963858.
HSL color Cylindrical-coordinate representation of color #92426A: hue angle of 330º 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 #92426A is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 66 | 106 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.43 |
| HSL | 330º | 0.38% | 0.42% | - |
| HSV(B) | 330º | 0.55% | 0.57% | - |
| XYZ | 16.4 | 11.05 | 14.9 | - |
| YUV | 94.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 106 | 0 | 0.55 | 0.27 | 0.43 | 330 | 0.38 | 0.42 |
| Hex | 92 | 42 | 6A | 0 | 37 | 1B | 2B | 14A | 26 | 2A |
| Octal | 222 | 102 | 152 | 0 | 67 | 33 | 53 | 512 | 46 | 52 |
| Binary | 10010010 | 1000010 | 1101010 | 0 | 110111 | 11011 | 101011 | 101001010 | 100110 | 101010 |
Color Harmonies of #92426A
Complementary color
Monochromatic Colors of #92426A
Black with #92426A
Text Example
Text Example
White with #92426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92426A; }
p { color: rgb(146,66,106); }
H1.HeaderClassName
{
color: #92426A;
}
.AnyTagClassName
{
color: #92426A;
}
</style>
background-color css
<style>
a { background-color: #92426A; }
a { background-color: rgb(146,66,106); }
div.DivClassName
{
background-color: #92426A;
}
.BgClassName
{
background-color: #92426A;
}
</style>
border-color css
<style>
span { border-color: #92426A; }
span { border-color: rgb(146,66,106); }
td.TdClassName
{
border-color: #92426A;
}
.TagClassName
{
border-color: #92426A;
}
</style>