Shades of Cadillac #944065
Tints of Cadillac #944065
RGB
CMYK
RGB Variations
Color information
#944065 (or 0x944065) is known color: Cadillac. HEX triplet: 94, 40 and 65. RGB value is (148,64,101). Sum of RGB (Red+Green+Blue) = 148+64+101=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #944065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944065 is #6BBF9A. Grayscale: #5D5D5D. Windows color (decimal): -7061403 or 6635668. OLE color: 6635668.
HSL color Cylindrical-coordinate representation of color #944065: hue angle of 333.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944065 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 101 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.42 |
| HSL | 333.57º | 0.4% | 0.42% | - |
| HSV(B) | 333.57º | 0.57% | 0.58% | - |
| XYZ | 16.4 | 10.9 | 13.55 | - |
| YUV | 93.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 101 | 0 | 0.57 | 0.32 | 0.42 | 333.57 | 0.4 | 0.42 |
| Hex | 94 | 40 | 65 | 0 | 39 | 20 | 2A | 14E | 28 | 2A |
| Octal | 224 | 100 | 145 | 0 | 71 | 40 | 52 | 516 | 50 | 52 |
| Binary | 10010100 | 1000000 | 1100101 | 0 | 111001 | 100000 | 101010 | 101001110 | 101000 | 101010 |
Color Harmonies of #944065
Complementary color
Monochromatic Colors of #944065
Black with #944065
Text Example
Text Example
White with #944065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944065; }
p { color: rgb(148,64,101); }
H1.HeaderClassName
{
color: #944065;
}
.AnyTagClassName
{
color: #944065;
}
</style>
background-color css
<style>
a { background-color: #944065; }
a { background-color: rgb(148,64,101); }
div.DivClassName
{
background-color: #944065;
}
.BgClassName
{
background-color: #944065;
}
</style>
border-color css
<style>
span { border-color: #944065; }
span { border-color: rgb(148,64,101); }
td.TdClassName
{
border-color: #944065;
}
.TagClassName
{
border-color: #944065;
}
</style>