Shades of Cadillac #944272
Tints of Cadillac #944272
RGB
CMYK
RGB Variations
Color information
#944272 (or 0x944272) is known color: Cadillac. HEX triplet: 94, 42 and 72. RGB value is (148,66,114). Sum of RGB (Red+Green+Blue) = 148+66+114=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #944272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944272 is #6BBD8D. Grayscale: #5F5F5F. Windows color (decimal): -7060878 or 7488148. OLE color: 7488148.
HSL color Cylindrical-coordinate representation of color #944272: hue angle of 324.88º 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 #944272 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 114 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.42 |
| HSL | 324.88º | 0.38% | 0.42% | - |
| HSV(B) | 324.88º | 0.55% | 0.58% | - |
| XYZ | 17.2 | 11.41 | 17.21 | - |
| YUV | 95.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 114 | 0 | 0.55 | 0.23 | 0.42 | 324.88 | 0.38 | 0.42 |
| Hex | 94 | 42 | 72 | 0 | 37 | 17 | 2A | 145 | 26 | 2A |
| Octal | 224 | 102 | 162 | 0 | 67 | 27 | 52 | 505 | 46 | 52 |
| Binary | 10010100 | 1000010 | 1110010 | 0 | 110111 | 10111 | 101010 | 101000101 | 100110 | 101010 |
Color Harmonies of #944272
Complementary color
Monochromatic Colors of #944272
Black with #944272
Text Example
Text Example
White with #944272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944272; }
p { color: rgb(148,66,114); }
H1.HeaderClassName
{
color: #944272;
}
.AnyTagClassName
{
color: #944272;
}
</style>
background-color css
<style>
a { background-color: #944272; }
a { background-color: rgb(148,66,114); }
div.DivClassName
{
background-color: #944272;
}
.BgClassName
{
background-color: #944272;
}
</style>
border-color css
<style>
span { border-color: #944272; }
span { border-color: rgb(148,66,114); }
td.TdClassName
{
border-color: #944272;
}
.TagClassName
{
border-color: #944272;
}
</style>