Shades of Cadillac #93416C
Tints of Cadillac #93416C
RGB
CMYK
RGB Variations
Color information
#93416C (or 0x93416C) is known color: Cadillac. HEX triplet: 93, 41 and 6C. RGB value is (147,65,108). Sum of RGB (Red+Green+Blue) = 147+65+108=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93416C is #6CBE93. Grayscale: #5E5E5E. Windows color (decimal): -7126676 or 7094675. OLE color: 7094675.
HSL color Cylindrical-coordinate representation of color #93416C: hue angle of 328.54º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93416C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 108 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.42 |
| HSL | 328.54º | 0.39% | 0.42% | - |
| HSV(B) | 328.54º | 0.56% | 0.58% | - |
| XYZ | 16.63 | 11.07 | 15.45 | - |
| YUV | 94.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 108 | 0 | 0.56 | 0.27 | 0.42 | 328.54 | 0.39 | 0.42 |
| Hex | 93 | 41 | 6C | 0 | 38 | 1B | 2A | 149 | 27 | 2A |
| Octal | 223 | 101 | 154 | 0 | 70 | 33 | 52 | 511 | 47 | 52 |
| Binary | 10010011 | 1000001 | 1101100 | 0 | 111000 | 11011 | 101010 | 101001001 | 100111 | 101010 |
Color Harmonies of #93416C
Complementary color
Monochromatic Colors of #93416C
Black with #93416C
Text Example
Text Example
White with #93416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93416C; }
p { color: rgb(147,65,108); }
H1.HeaderClassName
{
color: #93416C;
}
.AnyTagClassName
{
color: #93416C;
}
</style>
background-color css
<style>
a { background-color: #93416C; }
a { background-color: rgb(147,65,108); }
div.DivClassName
{
background-color: #93416C;
}
.BgClassName
{
background-color: #93416C;
}
</style>
border-color css
<style>
span { border-color: #93416C; }
span { border-color: rgb(147,65,108); }
td.TdClassName
{
border-color: #93416C;
}
.TagClassName
{
border-color: #93416C;
}
</style>