Shades of Cadillac #924963
Tints of Cadillac #924963
RGB
CMYK
RGB Variations
Color information
#924963 (or 0x924963) is known color: Cadillac. HEX triplet: 92, 49 and 63. RGB value is (146,73,99). Sum of RGB (Red+Green+Blue) = 146+73+99=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #924963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924963 is #6DB69C. Grayscale: #616161. Windows color (decimal): -7190173 or 6506898. OLE color: 6506898.
HSL color Cylindrical-coordinate representation of color #924963: hue angle of 338.63º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924963 is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 73 | 99 | - |
| CMYK | 0 | 0.5 | 0.32 | 0.43 |
| HSL | 338.63º | 0.33% | 0.43% | - |
| HSV(B) | 338.63º | 0.5% | 0.57% | - |
| XYZ | 16.49 | 11.78 | 13.21 | - |
| YUV | 97.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 99 | 0 | 0.5 | 0.32 | 0.43 | 338.63 | 0.33 | 0.43 |
| Hex | 92 | 49 | 63 | 0 | 32 | 20 | 2B | 153 | 21 | 2B |
| Octal | 222 | 111 | 143 | 0 | 62 | 40 | 53 | 523 | 41 | 53 |
| Binary | 10010010 | 1001001 | 1100011 | 0 | 110010 | 100000 | 101011 | 101010011 | 100001 | 101011 |
Color Harmonies of #924963
Complementary color
Monochromatic Colors of #924963
Black with #924963
Text Example
Text Example
White with #924963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924963; }
p { color: rgb(146,73,99); }
H1.HeaderClassName
{
color: #924963;
}
.AnyTagClassName
{
color: #924963;
}
</style>
background-color css
<style>
a { background-color: #924963; }
a { background-color: rgb(146,73,99); }
div.DivClassName
{
background-color: #924963;
}
.BgClassName
{
background-color: #924963;
}
</style>
border-color css
<style>
span { border-color: #924963; }
span { border-color: rgb(146,73,99); }
td.TdClassName
{
border-color: #924963;
}
.TagClassName
{
border-color: #924963;
}
</style>