Shades of Cadillac #934358
Tints of Cadillac #934358
RGB
CMYK
RGB Variations
Color information
#934358 (or 0x934358) is known color: Cadillac. HEX triplet: 93, 43 and 58. RGB value is (147,67,88). Sum of RGB (Red+Green+Blue) = 147+67+88=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #934358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934358 is #6CBCA7. Grayscale: #5D5D5D. Windows color (decimal): -7126184 or 5784467. OLE color: 5784467.
HSL color Cylindrical-coordinate representation of color #934358: hue angle of 344.25º 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 #934358 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 88 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.42 |
| HSL | 344.25º | 0.37% | 0.42% | - |
| HSV(B) | 344.25º | 0.54% | 0.58% | - |
| XYZ | 15.8 | 10.92 | 10.51 | - |
| YUV | 93.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 88 | 0 | 0.54 | 0.40 | 0.42 | 344.25 | 0.37 | 0.42 |
| Hex | 93 | 43 | 58 | 0 | 36 | 28 | 2A | 158 | 25 | 2A |
| Octal | 223 | 103 | 130 | 0 | 66 | 50 | 52 | 530 | 45 | 52 |
| Binary | 10010011 | 1000011 | 1011000 | 0 | 110110 | 101000 | 101010 | 101011000 | 100101 | 101010 |
Color Harmonies of #934358
Complementary color
Monochromatic Colors of #934358
Black with #934358
Text Example
Text Example
White with #934358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934358; }
p { color: rgb(147,67,88); }
H1.HeaderClassName
{
color: #934358;
}
.AnyTagClassName
{
color: #934358;
}
</style>
background-color css
<style>
a { background-color: #934358; }
a { background-color: rgb(147,67,88); }
div.DivClassName
{
background-color: #934358;
}
.BgClassName
{
background-color: #934358;
}
</style>
border-color css
<style>
span { border-color: #934358; }
span { border-color: rgb(147,67,88); }
td.TdClassName
{
border-color: #934358;
}
.TagClassName
{
border-color: #934358;
}
</style>