Shades of Cadillac #924374
Tints of Cadillac #924374
RGB
CMYK
RGB Variations
Color information
#924374 (or 0x924374) is known color: Cadillac. HEX triplet: 92, 43 and 74. RGB value is (146,67,116). Sum of RGB (Red+Green+Blue) = 146+67+116=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #924374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924374 is #6DBC8B. Grayscale: #606060. Windows color (decimal): -7191692 or 7619474. OLE color: 7619474.
HSL color Cylindrical-coordinate representation of color #924374: hue angle of 322.78º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #924374 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 67 | 116 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.43 |
| HSL | 322.78º | 0.37% | 0.42% | - |
| HSV(B) | 322.78º | 0.54% | 0.57% | - |
| XYZ | 17.01 | 11.39 | 17.82 | - |
| YUV | 96.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 116 | 0 | 0.54 | 0.21 | 0.43 | 322.78 | 0.37 | 0.42 |
| Hex | 92 | 43 | 74 | 0 | 36 | 15 | 2B | 143 | 25 | 2A |
| Octal | 222 | 103 | 164 | 0 | 66 | 25 | 53 | 503 | 45 | 52 |
| Binary | 10010010 | 1000011 | 1110100 | 0 | 110110 | 10101 | 101011 | 101000011 | 100101 | 101010 |
Color Harmonies of #924374
Complementary color
Monochromatic Colors of #924374
Black with #924374
Text Example
Text Example
White with #924374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924374; }
p { color: rgb(146,67,116); }
H1.HeaderClassName
{
color: #924374;
}
.AnyTagClassName
{
color: #924374;
}
</style>
background-color css
<style>
a { background-color: #924374; }
a { background-color: rgb(146,67,116); }
div.DivClassName
{
background-color: #924374;
}
.BgClassName
{
background-color: #924374;
}
</style>
border-color css
<style>
span { border-color: #924374; }
span { border-color: rgb(146,67,116); }
td.TdClassName
{
border-color: #924374;
}
.TagClassName
{
border-color: #924374;
}
</style>