Shades of Cadillac #943F5C
Tints of Cadillac #943F5C
RGB
CMYK
RGB Variations
Color information
#943F5C (or 0x943F5C) is known color: Cadillac. HEX triplet: 94, 3F and 5C. RGB value is (148,63,92). Sum of RGB (Red+Green+Blue) = 148+63+92=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #943F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F5C is #6BC0A3. Grayscale: #5B5B5B. Windows color (decimal): -7061668 or 6045588. OLE color: 6045588.
HSL color Cylindrical-coordinate representation of color #943F5C: hue angle of 339.53º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #943F5C is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 92 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.42 |
| HSL | 339.53º | 0.4% | 0.41% | - |
| HSV(B) | 339.53º | 0.57% | 0.58% | - |
| XYZ | 15.92 | 10.62 | 11.34 | - |
| YUV | 91.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 92 | 0 | 0.57 | 0.38 | 0.42 | 339.53 | 0.4 | 0.41 |
| Hex | 94 | 3F | 5C | 0 | 39 | 26 | 2A | 154 | 28 | 29 |
| Octal | 224 | 77 | 134 | 0 | 71 | 46 | 52 | 524 | 50 | 51 |
| Binary | 10010100 | 111111 | 1011100 | 0 | 111001 | 100110 | 101010 | 101010100 | 101000 | 101001 |
Color Harmonies of #943F5C
Complementary color
Monochromatic Colors of #943F5C
Black with #943F5C
Text Example
Text Example
White with #943F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F5C; }
p { color: rgb(148,63,92); }
H1.HeaderClassName
{
color: #943F5C;
}
.AnyTagClassName
{
color: #943F5C;
}
</style>
background-color css
<style>
a { background-color: #943F5C; }
a { background-color: rgb(148,63,92); }
div.DivClassName
{
background-color: #943F5C;
}
.BgClassName
{
background-color: #943F5C;
}
</style>
border-color css
<style>
span { border-color: #943F5C; }
span { border-color: rgb(148,63,92); }
td.TdClassName
{
border-color: #943F5C;
}
.TagClassName
{
border-color: #943F5C;
}
</style>