Shades of Cadillac #924B62
Tints of Cadillac #924B62
RGB
CMYK
RGB Variations
Color information
#924B62 (or 0x924B62) is known color: Cadillac. HEX triplet: 92, 4B and 62. RGB value is (146,75,98). Sum of RGB (Red+Green+Blue) = 146+75+98=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #924B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B62 is #6DB49D. Grayscale: #626262. Windows color (decimal): -7189662 or 6441874. OLE color: 6441874.
HSL color Cylindrical-coordinate representation of color #924B62: hue angle of 340.56º degrees, saturation: 0.32, 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 #924B62 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 98 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.43 |
| HSL | 340.56º | 0.32% | 0.43% | - |
| HSV(B) | 340.56º | 0.49% | 0.57% | - |
| XYZ | 16.57 | 12.02 | 13 | - |
| YUV | 98.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 98 | 0 | 0.49 | 0.33 | 0.43 | 340.56 | 0.32 | 0.43 |
| Hex | 92 | 4B | 62 | 0 | 31 | 21 | 2B | 155 | 20 | 2B |
| Octal | 222 | 113 | 142 | 0 | 61 | 41 | 53 | 525 | 40 | 53 |
| Binary | 10010010 | 1001011 | 1100010 | 0 | 110001 | 100001 | 101011 | 101010101 | 100000 | 101011 |
Color Harmonies of #924B62
Complementary color
Monochromatic Colors of #924B62
Black with #924B62
Text Example
Text Example
White with #924B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B62; }
p { color: rgb(146,75,98); }
H1.HeaderClassName
{
color: #924B62;
}
.AnyTagClassName
{
color: #924B62;
}
</style>
background-color css
<style>
a { background-color: #924B62; }
a { background-color: rgb(146,75,98); }
div.DivClassName
{
background-color: #924B62;
}
.BgClassName
{
background-color: #924B62;
}
</style>
border-color css
<style>
span { border-color: #924B62; }
span { border-color: rgb(146,75,98); }
td.TdClassName
{
border-color: #924B62;
}
.TagClassName
{
border-color: #924B62;
}
</style>