Shades of Cadillac #924176
Tints of Cadillac #924176
RGB
CMYK
RGB Variations
Color information
#924176 (or 0x924176) is known color: Cadillac. HEX triplet: 92, 41 and 76. RGB value is (146,65,118). Sum of RGB (Red+Green+Blue) = 146+65+118=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #924176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924176 is #6DBE89. Grayscale: #5F5F5F. Windows color (decimal): -7192202 or 7750034. OLE color: 7750034.
HSL color Cylindrical-coordinate representation of color #924176: hue angle of 320.74º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924176 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 65 | 118 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.43 |
| HSL | 320.74º | 0.38% | 0.41% | - |
| HSV(B) | 320.74º | 0.55% | 0.57% | - |
| XYZ | 17.01 | 11.2 | 18.4 | - |
| YUV | 95.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 118 | 0 | 0.55 | 0.19 | 0.43 | 320.74 | 0.38 | 0.41 |
| Hex | 92 | 41 | 76 | 0 | 37 | 13 | 2B | 141 | 26 | 29 |
| Octal | 222 | 101 | 166 | 0 | 67 | 23 | 53 | 501 | 46 | 51 |
| Binary | 10010010 | 1000001 | 1110110 | 0 | 110111 | 10011 | 101011 | 101000001 | 100110 | 101001 |
Color Harmonies of #924176
Complementary color
Monochromatic Colors of #924176
Black with #924176
Text Example
Text Example
White with #924176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924176; }
p { color: rgb(146,65,118); }
H1.HeaderClassName
{
color: #924176;
}
.AnyTagClassName
{
color: #924176;
}
</style>
background-color css
<style>
a { background-color: #924176; }
a { background-color: rgb(146,65,118); }
div.DivClassName
{
background-color: #924176;
}
.BgClassName
{
background-color: #924176;
}
</style>
border-color css
<style>
span { border-color: #924176; }
span { border-color: rgb(146,65,118); }
td.TdClassName
{
border-color: #924176;
}
.TagClassName
{
border-color: #924176;
}
</style>