Shades of Cadillac #924172
Tints of Cadillac #924172
RGB
CMYK
RGB Variations
Color information
#924172 (or 0x924172) is known color: Cadillac. HEX triplet: 92, 41 and 72. RGB value is (146,65,114). Sum of RGB (Red+Green+Blue) = 146+65+114=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #924172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924172 is #6DBE8D. Grayscale: #5E5E5E. Windows color (decimal): -7192206 or 7487890. OLE color: 7487890.
HSL color Cylindrical-coordinate representation of color #924172: hue angle of 323.7º 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 #924172 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 65 | 114 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.43 |
| HSL | 323.7º | 0.38% | 0.41% | - |
| HSV(B) | 323.7º | 0.55% | 0.57% | - |
| XYZ | 16.78 | 11.11 | 17.18 | - |
| YUV | 94.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 114 | 0 | 0.55 | 0.22 | 0.43 | 323.7 | 0.38 | 0.41 |
| Hex | 92 | 41 | 72 | 0 | 37 | 16 | 2B | 144 | 26 | 29 |
| Octal | 222 | 101 | 162 | 0 | 67 | 26 | 53 | 504 | 46 | 51 |
| Binary | 10010010 | 1000001 | 1110010 | 0 | 110111 | 10110 | 101011 | 101000100 | 100110 | 101001 |
Color Harmonies of #924172
Complementary color
Monochromatic Colors of #924172
Black with #924172
Text Example
Text Example
White with #924172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924172; }
p { color: rgb(146,65,114); }
H1.HeaderClassName
{
color: #924172;
}
.AnyTagClassName
{
color: #924172;
}
</style>
background-color css
<style>
a { background-color: #924172; }
a { background-color: rgb(146,65,114); }
div.DivClassName
{
background-color: #924172;
}
.BgClassName
{
background-color: #924172;
}
</style>
border-color css
<style>
span { border-color: #924172; }
span { border-color: rgb(146,65,114); }
td.TdClassName
{
border-color: #924172;
}
.TagClassName
{
border-color: #924172;
}
</style>