Shades of Cadillac #944A65
Tints of Cadillac #944A65
RGB
CMYK
RGB Variations
Color information
#944A65 (or 0x944A65) is known color: Cadillac. HEX triplet: 94, 4A and 65. RGB value is (148,74,101). Sum of RGB (Red+Green+Blue) = 148+74+101=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #944A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944A65 is #6BB59A. Grayscale: #636363. Windows color (decimal): -7058843 or 6638228. OLE color: 6638228.
HSL color Cylindrical-coordinate representation of color #944A65: hue angle of 338.11º 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 #944A65 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 101 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.42 |
| HSL | 338.11º | 0.33% | 0.44% | - |
| HSV(B) | 338.11º | 0.5% | 0.58% | - |
| XYZ | 17.01 | 12.13 | 13.76 | - |
| YUV | 99.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 101 | 0 | 0.50 | 0.32 | 0.42 | 338.11 | 0.33 | 0.44 |
| Hex | 94 | 4A | 65 | 0 | 32 | 20 | 2A | 152 | 21 | 2C |
| Octal | 224 | 112 | 145 | 0 | 62 | 40 | 52 | 522 | 41 | 54 |
| Binary | 10010100 | 1001010 | 1100101 | 0 | 110010 | 100000 | 101010 | 101010010 | 100001 | 101100 |
Color Harmonies of #944A65
Complementary color
Monochromatic Colors of #944A65
Black with #944A65
Text Example
Text Example
White with #944A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A65; }
p { color: rgb(148,74,101); }
H1.HeaderClassName
{
color: #944A65;
}
.AnyTagClassName
{
color: #944A65;
}
</style>
background-color css
<style>
a { background-color: #944A65; }
a { background-color: rgb(148,74,101); }
div.DivClassName
{
background-color: #944A65;
}
.BgClassName
{
background-color: #944A65;
}
</style>
border-color css
<style>
span { border-color: #944A65; }
span { border-color: rgb(148,74,101); }
td.TdClassName
{
border-color: #944A65;
}
.TagClassName
{
border-color: #944A65;
}
</style>