Shades of Cadillac #944A6B
Tints of Cadillac #944A6B
RGB
CMYK
RGB Variations
Color information
#944A6B (or 0x944A6B) is known color: Cadillac. HEX triplet: 94, 4A and 6B. RGB value is (148,74,107). Sum of RGB (Red+Green+Blue) = 148+74+107=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #944A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944A6B is #6BB594. Grayscale: #636363. Windows color (decimal): -7058837 or 7031444. OLE color: 7031444.
HSL color Cylindrical-coordinate representation of color #944A6B: hue angle of 333.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944A6B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 107 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.42 |
| HSL | 333.24º | 0.33% | 0.44% | - |
| HSV(B) | 333.24º | 0.5% | 0.58% | - |
| XYZ | 17.32 | 12.26 | 15.36 | - |
| YUV | 99.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 107 | 0 | 0.50 | 0.28 | 0.42 | 333.24 | 0.33 | 0.44 |
| Hex | 94 | 4A | 6B | 0 | 32 | 1C | 2A | 14D | 21 | 2C |
| Octal | 224 | 112 | 153 | 0 | 62 | 34 | 52 | 515 | 41 | 54 |
| Binary | 10010100 | 1001010 | 1101011 | 0 | 110010 | 11100 | 101010 | 101001101 | 100001 | 101100 |
Color Harmonies of #944A6B
Complementary color
Monochromatic Colors of #944A6B
Black with #944A6B
Text Example
Text Example
White with #944A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A6B; }
p { color: rgb(148,74,107); }
H1.HeaderClassName
{
color: #944A6B;
}
.AnyTagClassName
{
color: #944A6B;
}
</style>
background-color css
<style>
a { background-color: #944A6B; }
a { background-color: rgb(148,74,107); }
div.DivClassName
{
background-color: #944A6B;
}
.BgClassName
{
background-color: #944A6B;
}
</style>
border-color css
<style>
span { border-color: #944A6B; }
span { border-color: rgb(148,74,107); }
td.TdClassName
{
border-color: #944A6B;
}
.TagClassName
{
border-color: #944A6B;
}
</style>