Shades of Cadillac #924B5C
Tints of Cadillac #924B5C
RGB
CMYK
RGB Variations
Color information
#924B5C (or 0x924B5C) is known color: Cadillac. HEX triplet: 92, 4B and 5C. RGB value is (146,75,92). Sum of RGB (Red+Green+Blue) = 146+75+92=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #924B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B5C is #6DB4A3. Grayscale: #626262. Windows color (decimal): -7189668 or 6048658. OLE color: 6048658.
HSL color Cylindrical-coordinate representation of color #924B5C: hue angle of 345.63º degrees, saturation: 0.32, 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 #924B5C is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 92 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.43 |
| HSL | 345.63º | 0.32% | 0.43% | - |
| HSV(B) | 345.63º | 0.49% | 0.57% | - |
| XYZ | 16.3 | 11.92 | 11.57 | - |
| YUV | 98.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 92 | 0 | 0.49 | 0.37 | 0.43 | 345.63 | 0.32 | 0.43 |
| Hex | 92 | 4B | 5C | 0 | 31 | 25 | 2B | 15A | 20 | 2B |
| Octal | 222 | 113 | 134 | 0 | 61 | 45 | 53 | 532 | 40 | 53 |
| Binary | 10010010 | 1001011 | 1011100 | 0 | 110001 | 100101 | 101011 | 101011010 | 100000 | 101011 |
Color Harmonies of #924B5C
Complementary color
Monochromatic Colors of #924B5C
Black with #924B5C
Text Example
Text Example
White with #924B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B5C; }
p { color: rgb(146,75,92); }
H1.HeaderClassName
{
color: #924B5C;
}
.AnyTagClassName
{
color: #924B5C;
}
</style>
background-color css
<style>
a { background-color: #924B5C; }
a { background-color: rgb(146,75,92); }
div.DivClassName
{
background-color: #924B5C;
}
.BgClassName
{
background-color: #924B5C;
}
</style>
border-color css
<style>
span { border-color: #924B5C; }
span { border-color: rgb(146,75,92); }
td.TdClassName
{
border-color: #924B5C;
}
.TagClassName
{
border-color: #924B5C;
}
</style>