Shades of Cadillac #934355
Tints of Cadillac #934355
RGB
CMYK
RGB Variations
Color information
#934355 (or 0x934355) is known color: Cadillac. HEX triplet: 93, 43 and 55. RGB value is (147,67,85). Sum of RGB (Red+Green+Blue) = 147+67+85=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #934355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934355 is #6CBCAA. Grayscale: #5C5C5C. Windows color (decimal): -7126187 or 5587859. OLE color: 5587859.
HSL color Cylindrical-coordinate representation of color #934355: hue angle of 346.5º 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 #934355 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 85 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.42 |
| HSL | 346.5º | 0.37% | 0.42% | - |
| HSV(B) | 346.5º | 0.54% | 0.58% | - |
| XYZ | 15.68 | 10.87 | 9.87 | - |
| YUV | 92.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 85 | 0 | 0.54 | 0.42 | 0.42 | 346.5 | 0.37 | 0.42 |
| Hex | 93 | 43 | 55 | 0 | 36 | 2A | 2A | 15A | 25 | 2A |
| Octal | 223 | 103 | 125 | 0 | 66 | 52 | 52 | 532 | 45 | 52 |
| Binary | 10010011 | 1000011 | 1010101 | 0 | 110110 | 101010 | 101010 | 101011010 | 100101 | 101010 |
Color Harmonies of #934355
Complementary color
Monochromatic Colors of #934355
Black with #934355
Text Example
Text Example
White with #934355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934355; }
p { color: rgb(147,67,85); }
H1.HeaderClassName
{
color: #934355;
}
.AnyTagClassName
{
color: #934355;
}
</style>
background-color css
<style>
a { background-color: #934355; }
a { background-color: rgb(147,67,85); }
div.DivClassName
{
background-color: #934355;
}
.BgClassName
{
background-color: #934355;
}
</style>
border-color css
<style>
span { border-color: #934355; }
span { border-color: rgb(147,67,85); }
td.TdClassName
{
border-color: #934355;
}
.TagClassName
{
border-color: #934355;
}
</style>