Shades of Cadillac #924758
Tints of Cadillac #924758
RGB
CMYK
RGB Variations
Color information
#924758 (or 0x924758) is known color: Cadillac. HEX triplet: 92, 47 and 58. RGB value is (146,71,88). Sum of RGB (Red+Green+Blue) = 146+71+88=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #924758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924758 is #6DB8A7. Grayscale: #5F5F5F. Windows color (decimal): -7190696 or 5785490. OLE color: 5785490.
HSL color Cylindrical-coordinate representation of color #924758: hue angle of 346.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924758 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 71 | 88 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.43 |
| HSL | 346.4º | 0.35% | 0.43% | - |
| HSV(B) | 346.4º | 0.51% | 0.57% | - |
| XYZ | 15.87 | 11.32 | 10.58 | - |
| YUV | 95.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 88 | 0 | 0.51 | 0.40 | 0.43 | 346.4 | 0.35 | 0.43 |
| Hex | 92 | 47 | 58 | 0 | 33 | 28 | 2B | 15A | 23 | 2B |
| Octal | 222 | 107 | 130 | 0 | 63 | 50 | 53 | 532 | 43 | 53 |
| Binary | 10010010 | 1000111 | 1011000 | 0 | 110011 | 101000 | 101011 | 101011010 | 100011 | 101011 |
Color Harmonies of #924758
Complementary color
Monochromatic Colors of #924758
Black with #924758
Text Example
Text Example
White with #924758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924758; }
p { color: rgb(146,71,88); }
H1.HeaderClassName
{
color: #924758;
}
.AnyTagClassName
{
color: #924758;
}
</style>
background-color css
<style>
a { background-color: #924758; }
a { background-color: rgb(146,71,88); }
div.DivClassName
{
background-color: #924758;
}
.BgClassName
{
background-color: #924758;
}
</style>
border-color css
<style>
span { border-color: #924758; }
span { border-color: rgb(146,71,88); }
td.TdClassName
{
border-color: #924758;
}
.TagClassName
{
border-color: #924758;
}
</style>