Shades of Cadillac #924063
Tints of Cadillac #924063
RGB
CMYK
RGB Variations
Color information
#924063 (or 0x924063) is known color: Cadillac. HEX triplet: 92, 40 and 63. RGB value is (146,64,99). Sum of RGB (Red+Green+Blue) = 146+64+99=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #924063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924063 is #6DBF9C. Grayscale: #5C5C5C. Windows color (decimal): -7192477 or 6504594. OLE color: 6504594.
HSL color Cylindrical-coordinate representation of color #924063: hue angle of 334.39º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924063 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 99 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.43 |
| HSL | 334.39º | 0.39% | 0.41% | - |
| HSV(B) | 334.39º | 0.56% | 0.57% | - |
| XYZ | 15.94 | 10.68 | 13.03 | - |
| YUV | 92.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 99 | 0 | 0.56 | 0.32 | 0.43 | 334.39 | 0.39 | 0.41 |
| Hex | 92 | 40 | 63 | 0 | 38 | 20 | 2B | 14E | 27 | 29 |
| Octal | 222 | 100 | 143 | 0 | 70 | 40 | 53 | 516 | 47 | 51 |
| Binary | 10010010 | 1000000 | 1100011 | 0 | 111000 | 100000 | 101011 | 101001110 | 100111 | 101001 |
Color Harmonies of #924063
Complementary color
Monochromatic Colors of #924063
Black with #924063
Text Example
Text Example
White with #924063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924063; }
p { color: rgb(146,64,99); }
H1.HeaderClassName
{
color: #924063;
}
.AnyTagClassName
{
color: #924063;
}
</style>
background-color css
<style>
a { background-color: #924063; }
a { background-color: rgb(146,64,99); }
div.DivClassName
{
background-color: #924063;
}
.BgClassName
{
background-color: #924063;
}
</style>
border-color css
<style>
span { border-color: #924063; }
span { border-color: rgb(146,64,99); }
td.TdClassName
{
border-color: #924063;
}
.TagClassName
{
border-color: #924063;
}
</style>