Shades of Cadillac #924663
Tints of Cadillac #924663
RGB
CMYK
RGB Variations
Color information
#924663 (or 0x924663) is known color: Cadillac. HEX triplet: 92, 46 and 63. RGB value is (146,70,99). Sum of RGB (Red+Green+Blue) = 146+70+99=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #924663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924663 is #6DB99C. Grayscale: #5F5F5F. Windows color (decimal): -7190941 or 6506130. OLE color: 6506130.
HSL color Cylindrical-coordinate representation of color #924663: hue angle of 337.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #924663 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 70 | 99 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.43 |
| HSL | 337.11º | 0.35% | 0.42% | - |
| HSV(B) | 337.11º | 0.52% | 0.57% | - |
| XYZ | 16.3 | 11.39 | 13.14 | - |
| YUV | 96.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 99 | 0 | 0.52 | 0.32 | 0.43 | 337.11 | 0.35 | 0.42 |
| Hex | 92 | 46 | 63 | 0 | 34 | 20 | 2B | 151 | 23 | 2A |
| Octal | 222 | 106 | 143 | 0 | 64 | 40 | 53 | 521 | 43 | 52 |
| Binary | 10010010 | 1000110 | 1100011 | 0 | 110100 | 100000 | 101011 | 101010001 | 100011 | 101010 |
Color Harmonies of #924663
Complementary color
Monochromatic Colors of #924663
Black with #924663
Text Example
Text Example
White with #924663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924663; }
p { color: rgb(146,70,99); }
H1.HeaderClassName
{
color: #924663;
}
.AnyTagClassName
{
color: #924663;
}
</style>
background-color css
<style>
a { background-color: #924663; }
a { background-color: rgb(146,70,99); }
div.DivClassName
{
background-color: #924663;
}
.BgClassName
{
background-color: #924663;
}
</style>
border-color css
<style>
span { border-color: #924663; }
span { border-color: rgb(146,70,99); }
td.TdClassName
{
border-color: #924663;
}
.TagClassName
{
border-color: #924663;
}
</style>