Shades of Cadillac #934270
Tints of Cadillac #934270
RGB
CMYK
RGB Variations
Color information
#934270 (or 0x934270) is known color: Cadillac. HEX triplet: 93, 42 and 70. RGB value is (147,66,112). Sum of RGB (Red+Green+Blue) = 147+66+112=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #934270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934270 is #6CBD8F. Grayscale: #5F5F5F. Windows color (decimal): -7126416 or 7357075. OLE color: 7357075.
HSL color Cylindrical-coordinate representation of color #934270: hue angle of 325.93º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934270 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 112 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.42 |
| HSL | 325.93º | 0.38% | 0.42% | - |
| HSV(B) | 325.93º | 0.55% | 0.58% | - |
| XYZ | 16.91 | 11.27 | 16.61 | - |
| YUV | 95.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 112 | 0 | 0.55 | 0.24 | 0.42 | 325.93 | 0.38 | 0.42 |
| Hex | 93 | 42 | 70 | 0 | 37 | 18 | 2A | 146 | 26 | 2A |
| Octal | 223 | 102 | 160 | 0 | 67 | 30 | 52 | 506 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1110000 | 0 | 110111 | 11000 | 101010 | 101000110 | 100110 | 101010 |
Color Harmonies of #934270
Complementary color
Monochromatic Colors of #934270
Black with #934270
Text Example
Text Example
White with #934270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934270; }
p { color: rgb(147,66,112); }
H1.HeaderClassName
{
color: #934270;
}
.AnyTagClassName
{
color: #934270;
}
</style>
background-color css
<style>
a { background-color: #934270; }
a { background-color: rgb(147,66,112); }
div.DivClassName
{
background-color: #934270;
}
.BgClassName
{
background-color: #934270;
}
</style>
border-color css
<style>
span { border-color: #934270; }
span { border-color: rgb(147,66,112); }
td.TdClassName
{
border-color: #934270;
}
.TagClassName
{
border-color: #934270;
}
</style>