Shades of Cadillac #944B5C
Tints of Cadillac #944B5C
RGB
CMYK
RGB Variations
Color information
#944B5C (or 0x944B5C) is known color: Cadillac. HEX triplet: 94, 4B and 5C. RGB value is (148,75,92). Sum of RGB (Red+Green+Blue) = 148+75+92=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #944B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B5C is #6BB4A3. Grayscale: #626262. Windows color (decimal): -7058596 or 6048660. OLE color: 6048660.
HSL color Cylindrical-coordinate representation of color #944B5C: hue angle of 346.03º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944B5C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 92 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.42 |
| HSL | 346.03º | 0.33% | 0.44% | - |
| HSV(B) | 346.03º | 0.49% | 0.58% | - |
| XYZ | 16.66 | 12.1 | 11.58 | - |
| YUV | 98.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 92 | 0 | 0.49 | 0.38 | 0.42 | 346.03 | 0.33 | 0.44 |
| Hex | 94 | 4B | 5C | 0 | 31 | 26 | 2A | 15A | 21 | 2C |
| Octal | 224 | 113 | 134 | 0 | 61 | 46 | 52 | 532 | 41 | 54 |
| Binary | 10010100 | 1001011 | 1011100 | 0 | 110001 | 100110 | 101010 | 101011010 | 100001 | 101100 |
Color Harmonies of #944B5C
Complementary color
Monochromatic Colors of #944B5C
Black with #944B5C
Text Example
Text Example
White with #944B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B5C; }
p { color: rgb(148,75,92); }
H1.HeaderClassName
{
color: #944B5C;
}
.AnyTagClassName
{
color: #944B5C;
}
</style>
background-color css
<style>
a { background-color: #944B5C; }
a { background-color: rgb(148,75,92); }
div.DivClassName
{
background-color: #944B5C;
}
.BgClassName
{
background-color: #944B5C;
}
</style>
border-color css
<style>
span { border-color: #944B5C; }
span { border-color: rgb(148,75,92); }
td.TdClassName
{
border-color: #944B5C;
}
.TagClassName
{
border-color: #944B5C;
}
</style>