Shades of Cadillac #924B59
Tints of Cadillac #924B59
RGB
CMYK
RGB Variations
Color information
#924B59 (or 0x924B59) is known color: Cadillac. HEX triplet: 92, 4B and 59. RGB value is (146,75,89). Sum of RGB (Red+Green+Blue) = 146+75+89=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #924B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B59 is #6DB4A6. Grayscale: #616161. Windows color (decimal): -7189671 or 5852050. OLE color: 5852050.
HSL color Cylindrical-coordinate representation of color #924B59: hue angle of 348.17º 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 #924B59 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 89 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.43 |
| HSL | 348.17º | 0.32% | 0.43% | - |
| HSV(B) | 348.17º | 0.49% | 0.57% | - |
| XYZ | 16.17 | 11.86 | 10.89 | - |
| YUV | 97.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 89 | 0 | 0.49 | 0.39 | 0.43 | 348.17 | 0.32 | 0.43 |
| Hex | 92 | 4B | 59 | 0 | 31 | 27 | 2B | 15C | 20 | 2B |
| Octal | 222 | 113 | 131 | 0 | 61 | 47 | 53 | 534 | 40 | 53 |
| Binary | 10010010 | 1001011 | 1011001 | 0 | 110001 | 100111 | 101011 | 101011100 | 100000 | 101011 |
Color Harmonies of #924B59
Complementary color
Monochromatic Colors of #924B59
Black with #924B59
Text Example
Text Example
White with #924B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B59; }
p { color: rgb(146,75,89); }
H1.HeaderClassName
{
color: #924B59;
}
.AnyTagClassName
{
color: #924B59;
}
</style>
background-color css
<style>
a { background-color: #924B59; }
a { background-color: rgb(146,75,89); }
div.DivClassName
{
background-color: #924B59;
}
.BgClassName
{
background-color: #924B59;
}
</style>
border-color css
<style>
span { border-color: #924B59; }
span { border-color: rgb(146,75,89); }
td.TdClassName
{
border-color: #924B59;
}
.TagClassName
{
border-color: #924B59;
}
</style>