Shades of Cadillac #924C5D
Tints of Cadillac #924C5D
RGB
CMYK
RGB Variations
Color information
#924C5D (or 0x924C5D) is known color: Cadillac. HEX triplet: 92, 4C and 5D. RGB value is (146,76,93). Sum of RGB (Red+Green+Blue) = 146+76+93=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #924C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C5D is #6DB3A2. Grayscale: #626262. Windows color (decimal): -7189411 or 6114450. OLE color: 6114450.
HSL color Cylindrical-coordinate representation of color #924C5D: hue angle of 345.43º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #924C5D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 93 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.43 |
| HSL | 345.43º | 0.32% | 0.44% | - |
| HSV(B) | 345.43º | 0.48% | 0.57% | - |
| XYZ | 16.41 | 12.07 | 11.82 | - |
| YUV | 98.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 93 | 0 | 0.48 | 0.36 | 0.43 | 345.43 | 0.32 | 0.44 |
| Hex | 92 | 4C | 5D | 0 | 30 | 24 | 2B | 159 | 20 | 2C |
| Octal | 222 | 114 | 135 | 0 | 60 | 44 | 53 | 531 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1011101 | 0 | 110000 | 100100 | 101011 | 101011001 | 100000 | 101100 |
Color Harmonies of #924C5D
Complementary color
Monochromatic Colors of #924C5D
Black with #924C5D
Text Example
Text Example
White with #924C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C5D; }
p { color: rgb(146,76,93); }
H1.HeaderClassName
{
color: #924C5D;
}
.AnyTagClassName
{
color: #924C5D;
}
</style>
background-color css
<style>
a { background-color: #924C5D; }
a { background-color: rgb(146,76,93); }
div.DivClassName
{
background-color: #924C5D;
}
.BgClassName
{
background-color: #924C5D;
}
</style>
border-color css
<style>
span { border-color: #924C5D; }
span { border-color: rgb(146,76,93); }
td.TdClassName
{
border-color: #924C5D;
}
.TagClassName
{
border-color: #924C5D;
}
</style>