Shades of Cadillac #943F6C
Tints of Cadillac #943F6C
RGB
CMYK
RGB Variations
Color information
#943F6C (or 0x943F6C) is known color: Cadillac. HEX triplet: 94, 3F and 6C. RGB value is (148,63,108). Sum of RGB (Red+Green+Blue) = 148+63+108=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #943F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F6C is #6BC093. Grayscale: #5D5D5D. Windows color (decimal): -7061652 or 7094164. OLE color: 7094164.
HSL color Cylindrical-coordinate representation of color #943F6C: hue angle of 328.24º 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 #943F6C is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 108 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.42 |
| HSL | 328.24º | 0.4% | 0.41% | - |
| HSV(B) | 328.24º | 0.57% | 0.58% | - |
| XYZ | 16.7 | 10.93 | 15.42 | - |
| YUV | 93.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 108 | 0 | 0.57 | 0.27 | 0.42 | 328.24 | 0.4 | 0.41 |
| Hex | 94 | 3F | 6C | 0 | 39 | 1B | 2A | 148 | 28 | 29 |
| Octal | 224 | 77 | 154 | 0 | 71 | 33 | 52 | 510 | 50 | 51 |
| Binary | 10010100 | 111111 | 1101100 | 0 | 111001 | 11011 | 101010 | 101001000 | 101000 | 101001 |
Color Harmonies of #943F6C
Complementary color
Monochromatic Colors of #943F6C
Black with #943F6C
Text Example
Text Example
White with #943F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F6C; }
p { color: rgb(148,63,108); }
H1.HeaderClassName
{
color: #943F6C;
}
.AnyTagClassName
{
color: #943F6C;
}
</style>
background-color css
<style>
a { background-color: #943F6C; }
a { background-color: rgb(148,63,108); }
div.DivClassName
{
background-color: #943F6C;
}
.BgClassName
{
background-color: #943F6C;
}
</style>
border-color css
<style>
span { border-color: #943F6C; }
span { border-color: rgb(148,63,108); }
td.TdClassName
{
border-color: #943F6C;
}
.TagClassName
{
border-color: #943F6C;
}
</style>