Shades of Cadillac #924075
Tints of Cadillac #924075
RGB
CMYK
RGB Variations
Color information
#924075 (or 0x924075) is known color: Cadillac. HEX triplet: 92, 40 and 75. RGB value is (146,64,117). Sum of RGB (Red+Green+Blue) = 146+64+117=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #924075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924075 is #6DBF8A. Grayscale: #5E5E5E. Windows color (decimal): -7192459 or 7684242. OLE color: 7684242.
HSL color Cylindrical-coordinate representation of color #924075: hue angle of 321.22º 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 #924075 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 117 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.43 |
| HSL | 321.22º | 0.39% | 0.41% | - |
| HSV(B) | 321.22º | 0.56% | 0.57% | - |
| XYZ | 16.9 | 11.06 | 18.07 | - |
| YUV | 94.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 117 | 0 | 0.56 | 0.20 | 0.43 | 321.22 | 0.39 | 0.41 |
| Hex | 92 | 40 | 75 | 0 | 38 | 14 | 2B | 141 | 27 | 29 |
| Octal | 222 | 100 | 165 | 0 | 70 | 24 | 53 | 501 | 47 | 51 |
| Binary | 10010010 | 1000000 | 1110101 | 0 | 111000 | 10100 | 101011 | 101000001 | 100111 | 101001 |
Color Harmonies of #924075
Complementary color
Monochromatic Colors of #924075
Black with #924075
Text Example
Text Example
White with #924075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924075; }
p { color: rgb(146,64,117); }
H1.HeaderClassName
{
color: #924075;
}
.AnyTagClassName
{
color: #924075;
}
</style>
background-color css
<style>
a { background-color: #924075; }
a { background-color: rgb(146,64,117); }
div.DivClassName
{
background-color: #924075;
}
.BgClassName
{
background-color: #924075;
}
</style>
border-color css
<style>
span { border-color: #924075; }
span { border-color: rgb(146,64,117); }
td.TdClassName
{
border-color: #924075;
}
.TagClassName
{
border-color: #924075;
}
</style>