Shades of Cadillac #934455
Tints of Cadillac #934455
RGB
CMYK
RGB Variations
Color information
#934455 (or 0x934455) is known color: Cadillac. HEX triplet: 93, 44 and 55. RGB value is (147,68,85). Sum of RGB (Red+Green+Blue) = 147+68+85=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #934455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934455 is #6CBBAA. Grayscale: #5D5D5D. Windows color (decimal): -7125931 or 5588115. OLE color: 5588115.
HSL color Cylindrical-coordinate representation of color #934455: hue angle of 347.09º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934455 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 85 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.42 |
| HSL | 347.09º | 0.37% | 0.42% | - |
| HSV(B) | 347.09º | 0.54% | 0.58% | - |
| XYZ | 15.74 | 10.99 | 9.89 | - |
| YUV | 93.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 85 | 0 | 0.54 | 0.42 | 0.42 | 347.09 | 0.37 | 0.42 |
| Hex | 93 | 44 | 55 | 0 | 36 | 2A | 2A | 15B | 25 | 2A |
| Octal | 223 | 104 | 125 | 0 | 66 | 52 | 52 | 533 | 45 | 52 |
| Binary | 10010011 | 1000100 | 1010101 | 0 | 110110 | 101010 | 101010 | 101011011 | 100101 | 101010 |
Color Harmonies of #934455
Complementary color
Monochromatic Colors of #934455
Black with #934455
Text Example
Text Example
White with #934455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934455; }
p { color: rgb(147,68,85); }
H1.HeaderClassName
{
color: #934455;
}
.AnyTagClassName
{
color: #934455;
}
</style>
background-color css
<style>
a { background-color: #934455; }
a { background-color: rgb(147,68,85); }
div.DivClassName
{
background-color: #934455;
}
.BgClassName
{
background-color: #934455;
}
</style>
border-color css
<style>
span { border-color: #934455; }
span { border-color: rgb(147,68,85); }
td.TdClassName
{
border-color: #934455;
}
.TagClassName
{
border-color: #934455;
}
</style>