Shades of Cadillac #924863
Tints of Cadillac #924863
RGB
CMYK
RGB Variations
Color information
#924863 (or 0x924863) is known color: Cadillac. HEX triplet: 92, 48 and 63. RGB value is (146,72,99). Sum of RGB (Red+Green+Blue) = 146+72+99=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #924863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924863 is #6DB79C. Grayscale: #616161. Windows color (decimal): -7190429 or 6506642. OLE color: 6506642.
HSL color Cylindrical-coordinate representation of color #924863: hue angle of 338.11º degrees, saturation: 0.34, 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 #924863 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 72 | 99 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.43 |
| HSL | 338.11º | 0.34% | 0.43% | - |
| HSV(B) | 338.11º | 0.51% | 0.57% | - |
| XYZ | 16.42 | 11.65 | 13.19 | - |
| YUV | 97.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 99 | 0 | 0.51 | 0.32 | 0.43 | 338.11 | 0.34 | 0.43 |
| Hex | 92 | 48 | 63 | 0 | 33 | 20 | 2B | 152 | 22 | 2B |
| Octal | 222 | 110 | 143 | 0 | 63 | 40 | 53 | 522 | 42 | 53 |
| Binary | 10010010 | 1001000 | 1100011 | 0 | 110011 | 100000 | 101011 | 101010010 | 100010 | 101011 |
Color Harmonies of #924863
Complementary color
Monochromatic Colors of #924863
Black with #924863
Text Example
Text Example
White with #924863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924863; }
p { color: rgb(146,72,99); }
H1.HeaderClassName
{
color: #924863;
}
.AnyTagClassName
{
color: #924863;
}
</style>
background-color css
<style>
a { background-color: #924863; }
a { background-color: rgb(146,72,99); }
div.DivClassName
{
background-color: #924863;
}
.BgClassName
{
background-color: #924863;
}
</style>
border-color css
<style>
span { border-color: #924863; }
span { border-color: rgb(146,72,99); }
td.TdClassName
{
border-color: #924863;
}
.TagClassName
{
border-color: #924863;
}
</style>