Shades of Cadillac #943C6C
Tints of Cadillac #943C6C
RGB
CMYK
RGB Variations
Color information
#943C6C (or 0x943C6C) is known color: Cadillac. HEX triplet: 94, 3C and 6C. RGB value is (148,60,108). Sum of RGB (Red+Green+Blue) = 148+60+108=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #943C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C6C is #6BC393. Grayscale: #5B5B5B. Windows color (decimal): -7062420 or 7093396. OLE color: 7093396.
HSL color Cylindrical-coordinate representation of color #943C6C: hue angle of 327.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943C6C is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 108 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.42 |
| HSL | 327.27º | 0.42% | 0.41% | - |
| HSV(B) | 327.27º | 0.59% | 0.58% | - |
| XYZ | 16.54 | 10.61 | 15.36 | - |
| YUV | 91.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 108 | 0 | 0.59 | 0.27 | 0.42 | 327.27 | 0.42 | 0.41 |
| Hex | 94 | 3C | 6C | 0 | 3B | 1B | 2A | 147 | 2A | 29 |
| Octal | 224 | 74 | 154 | 0 | 73 | 33 | 52 | 507 | 52 | 51 |
| Binary | 10010100 | 111100 | 1101100 | 0 | 111011 | 11011 | 101010 | 101000111 | 101010 | 101001 |
Color Harmonies of #943C6C
Complementary color
Monochromatic Colors of #943C6C
Black with #943C6C
Text Example
Text Example
White with #943C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C6C; }
p { color: rgb(148,60,108); }
H1.HeaderClassName
{
color: #943C6C;
}
.AnyTagClassName
{
color: #943C6C;
}
</style>
background-color css
<style>
a { background-color: #943C6C; }
a { background-color: rgb(148,60,108); }
div.DivClassName
{
background-color: #943C6C;
}
.BgClassName
{
background-color: #943C6C;
}
</style>
border-color css
<style>
span { border-color: #943C6C; }
span { border-color: rgb(148,60,108); }
td.TdClassName
{
border-color: #943C6C;
}
.TagClassName
{
border-color: #943C6C;
}
</style>