Shades of Cadillac #944266
Tints of Cadillac #944266
RGB
CMYK
RGB Variations
Color information
#944266 (or 0x944266) is known color: Cadillac. HEX triplet: 94, 42 and 66. RGB value is (148,66,102). Sum of RGB (Red+Green+Blue) = 148+66+102=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #944266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944266 is #6BBD99. Grayscale: #5E5E5E. Windows color (decimal): -7060890 or 6701716. OLE color: 6701716.
HSL color Cylindrical-coordinate representation of color #944266: hue angle of 333.66º 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 #944266 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 102 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.42 |
| HSL | 333.66º | 0.38% | 0.42% | - |
| HSV(B) | 333.66º | 0.55% | 0.58% | - |
| XYZ | 16.56 | 11.15 | 13.85 | - |
| YUV | 94.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 102 | 0 | 0.55 | 0.31 | 0.42 | 333.66 | 0.38 | 0.42 |
| Hex | 94 | 42 | 66 | 0 | 37 | 1F | 2A | 14E | 26 | 2A |
| Octal | 224 | 102 | 146 | 0 | 67 | 37 | 52 | 516 | 46 | 52 |
| Binary | 10010100 | 1000010 | 1100110 | 0 | 110111 | 11111 | 101010 | 101001110 | 100110 | 101010 |
Color Harmonies of #944266
Complementary color
Monochromatic Colors of #944266
Black with #944266
Text Example
Text Example
White with #944266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944266; }
p { color: rgb(148,66,102); }
H1.HeaderClassName
{
color: #944266;
}
.AnyTagClassName
{
color: #944266;
}
</style>
background-color css
<style>
a { background-color: #944266; }
a { background-color: rgb(148,66,102); }
div.DivClassName
{
background-color: #944266;
}
.BgClassName
{
background-color: #944266;
}
</style>
border-color css
<style>
span { border-color: #944266; }
span { border-color: rgb(148,66,102); }
td.TdClassName
{
border-color: #944266;
}
.TagClassName
{
border-color: #944266;
}
</style>