Shades of Cadillac #944372
Tints of Cadillac #944372
RGB
CMYK
RGB Variations
Color information
#944372 (or 0x944372) is known color: Cadillac. HEX triplet: 94, 43 and 72. RGB value is (148,67,114). Sum of RGB (Red+Green+Blue) = 148+67+114=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #944372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944372 is #6BBC8D. Grayscale: #606060. Windows color (decimal): -7060622 or 7488404. OLE color: 7488404.
HSL color Cylindrical-coordinate representation of color #944372: hue angle of 325.19º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944372 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 114 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.42 |
| HSL | 325.19º | 0.38% | 0.42% | - |
| HSV(B) | 325.19º | 0.55% | 0.58% | - |
| XYZ | 17.26 | 11.53 | 17.23 | - |
| YUV | 96.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 114 | 0 | 0.55 | 0.23 | 0.42 | 325.19 | 0.38 | 0.42 |
| Hex | 94 | 43 | 72 | 0 | 37 | 17 | 2A | 145 | 26 | 2A |
| Octal | 224 | 103 | 162 | 0 | 67 | 27 | 52 | 505 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1110010 | 0 | 110111 | 10111 | 101010 | 101000101 | 100110 | 101010 |
Color Harmonies of #944372
Complementary color
Monochromatic Colors of #944372
Black with #944372
Text Example
Text Example
White with #944372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944372; }
p { color: rgb(148,67,114); }
H1.HeaderClassName
{
color: #944372;
}
.AnyTagClassName
{
color: #944372;
}
</style>
background-color css
<style>
a { background-color: #944372; }
a { background-color: rgb(148,67,114); }
div.DivClassName
{
background-color: #944372;
}
.BgClassName
{
background-color: #944372;
}
</style>
border-color css
<style>
span { border-color: #944372; }
span { border-color: rgb(148,67,114); }
td.TdClassName
{
border-color: #944372;
}
.TagClassName
{
border-color: #944372;
}
</style>