Shades of Cadillac #924A64
Tints of Cadillac #924A64
RGB
CMYK
RGB Variations
Color information
#924A64 (or 0x924A64) is known color: Cadillac. HEX triplet: 92, 4A and 64. RGB value is (146,74,100). Sum of RGB (Red+Green+Blue) = 146+74+100=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #924A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A64 is #6DB59B. Grayscale: #626262. Windows color (decimal): -7189916 or 6572690. OLE color: 6572690.
HSL color Cylindrical-coordinate representation of color #924A64: hue angle of 338.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924A64 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 100 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.43 |
| HSL | 338.33º | 0.33% | 0.43% | - |
| HSV(B) | 338.33º | 0.49% | 0.57% | - |
| XYZ | 16.6 | 11.93 | 13.48 | - |
| YUV | 98.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 100 | 0 | 0.49 | 0.32 | 0.43 | 338.33 | 0.33 | 0.43 |
| Hex | 92 | 4A | 64 | 0 | 31 | 20 | 2B | 152 | 21 | 2B |
| Octal | 222 | 112 | 144 | 0 | 61 | 40 | 53 | 522 | 41 | 53 |
| Binary | 10010010 | 1001010 | 1100100 | 0 | 110001 | 100000 | 101011 | 101010010 | 100001 | 101011 |
Color Harmonies of #924A64
Complementary color
Monochromatic Colors of #924A64
Black with #924A64
Text Example
Text Example
White with #924A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A64; }
p { color: rgb(146,74,100); }
H1.HeaderClassName
{
color: #924A64;
}
.AnyTagClassName
{
color: #924A64;
}
</style>
background-color css
<style>
a { background-color: #924A64; }
a { background-color: rgb(146,74,100); }
div.DivClassName
{
background-color: #924A64;
}
.BgClassName
{
background-color: #924A64;
}
</style>
border-color css
<style>
span { border-color: #924A64; }
span { border-color: rgb(146,74,100); }
td.TdClassName
{
border-color: #924A64;
}
.TagClassName
{
border-color: #924A64;
}
</style>