Shades of Cadillac #924260
Tints of Cadillac #924260
RGB
CMYK
RGB Variations
Color information
#924260 (or 0x924260) is known color: Cadillac. HEX triplet: 92, 42 and 60. RGB value is (146,66,96). Sum of RGB (Red+Green+Blue) = 146+66+96=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #924260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924260 is #6DBD9F. Grayscale: #5D5D5D. Windows color (decimal): -7191968 or 6308498. OLE color: 6308498.
HSL color Cylindrical-coordinate representation of color #924260: hue angle of 337.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924260 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 66 | 96 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.43 |
| HSL | 337.5º | 0.38% | 0.42% | - |
| HSV(B) | 337.5º | 0.55% | 0.57% | - |
| XYZ | 15.91 | 10.85 | 12.32 | - |
| YUV | 93.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 96 | 0 | 0.55 | 0.34 | 0.43 | 337.5 | 0.38 | 0.42 |
| Hex | 92 | 42 | 60 | 0 | 37 | 22 | 2B | 152 | 26 | 2A |
| Octal | 222 | 102 | 140 | 0 | 67 | 42 | 53 | 522 | 46 | 52 |
| Binary | 10010010 | 1000010 | 1100000 | 0 | 110111 | 100010 | 101011 | 101010010 | 100110 | 101010 |
Color Harmonies of #924260
Complementary color
Monochromatic Colors of #924260
Black with #924260
Text Example
Text Example
White with #924260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924260; }
p { color: rgb(146,66,96); }
H1.HeaderClassName
{
color: #924260;
}
.AnyTagClassName
{
color: #924260;
}
</style>
background-color css
<style>
a { background-color: #924260; }
a { background-color: rgb(146,66,96); }
div.DivClassName
{
background-color: #924260;
}
.BgClassName
{
background-color: #924260;
}
</style>
border-color css
<style>
span { border-color: #924260; }
span { border-color: rgb(146,66,96); }
td.TdClassName
{
border-color: #924260;
}
.TagClassName
{
border-color: #924260;
}
</style>