Shades of Cadillac #944657
Tints of Cadillac #944657
RGB
CMYK
RGB Variations
Color information
#944657 (or 0x944657) is known color: Cadillac. HEX triplet: 94, 46 and 57. RGB value is (148,70,87). Sum of RGB (Red+Green+Blue) = 148+70+87=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #944657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944657 is #6BB9A8. Grayscale: #5F5F5F. Windows color (decimal): -7059881 or 5719700. OLE color: 5719700.
HSL color Cylindrical-coordinate representation of color #944657: hue angle of 346.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944657 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 87 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.42 |
| HSL | 346.92º | 0.36% | 0.43% | - |
| HSV(B) | 346.92º | 0.53% | 0.58% | - |
| XYZ | 16.12 | 11.36 | 10.36 | - |
| YUV | 95.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 87 | 0 | 0.53 | 0.41 | 0.42 | 346.92 | 0.36 | 0.43 |
| Hex | 94 | 46 | 57 | 0 | 35 | 29 | 2A | 15B | 24 | 2B |
| Octal | 224 | 106 | 127 | 0 | 65 | 51 | 52 | 533 | 44 | 53 |
| Binary | 10010100 | 1000110 | 1010111 | 0 | 110101 | 101001 | 101010 | 101011011 | 100100 | 101011 |
Color Harmonies of #944657
Complementary color
Monochromatic Colors of #944657
Black with #944657
Text Example
Text Example
White with #944657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944657; }
p { color: rgb(148,70,87); }
H1.HeaderClassName
{
color: #944657;
}
.AnyTagClassName
{
color: #944657;
}
</style>
background-color css
<style>
a { background-color: #944657; }
a { background-color: rgb(148,70,87); }
div.DivClassName
{
background-color: #944657;
}
.BgClassName
{
background-color: #944657;
}
</style>
border-color css
<style>
span { border-color: #944657; }
span { border-color: rgb(148,70,87); }
td.TdClassName
{
border-color: #944657;
}
.TagClassName
{
border-color: #944657;
}
</style>