Shades of Cadillac #924A56
Tints of Cadillac #924A56
RGB
CMYK
RGB Variations
Color information
#924A56 (or 0x924A56) is known color: Cadillac. HEX triplet: 92, 4A and 56. RGB value is (146,74,86). Sum of RGB (Red+Green+Blue) = 146+74+86=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #924A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A56 is #6DB5A9. Grayscale: #606060. Windows color (decimal): -7189930 or 5655186. OLE color: 5655186.
HSL color Cylindrical-coordinate representation of color #924A56: hue angle of 350º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924A56 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 86 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.43 |
| HSL | 350º | 0.33% | 0.43% | - |
| HSV(B) | 350º | 0.49% | 0.57% | - |
| XYZ | 15.98 | 11.68 | 10.22 | - |
| YUV | 96.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 86 | 0 | 0.49 | 0.41 | 0.43 | 350 | 0.33 | 0.43 |
| Hex | 92 | 4A | 56 | 0 | 31 | 29 | 2B | 15E | 21 | 2B |
| Octal | 222 | 112 | 126 | 0 | 61 | 51 | 53 | 536 | 41 | 53 |
| Binary | 10010010 | 1001010 | 1010110 | 0 | 110001 | 101001 | 101011 | 101011110 | 100001 | 101011 |
Color Harmonies of #924A56
Complementary color
Monochromatic Colors of #924A56
Black with #924A56
Text Example
Text Example
White with #924A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A56; }
p { color: rgb(146,74,86); }
H1.HeaderClassName
{
color: #924A56;
}
.AnyTagClassName
{
color: #924A56;
}
</style>
background-color css
<style>
a { background-color: #924A56; }
a { background-color: rgb(146,74,86); }
div.DivClassName
{
background-color: #924A56;
}
.BgClassName
{
background-color: #924A56;
}
</style>
border-color css
<style>
span { border-color: #924A56; }
span { border-color: rgb(146,74,86); }
td.TdClassName
{
border-color: #924A56;
}
.TagClassName
{
border-color: #924A56;
}
</style>