Shades of Cadillac #934265
Tints of Cadillac #934265
RGB
CMYK
RGB Variations
Color information
#934265 (or 0x934265) is known color: Cadillac. HEX triplet: 93, 42 and 65. RGB value is (147,66,101). Sum of RGB (Red+Green+Blue) = 147+66+101=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #934265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934265 is #6CBD9A. Grayscale: #5E5E5E. Windows color (decimal): -7126427 or 6636179. OLE color: 6636179.
HSL color Cylindrical-coordinate representation of color #934265: hue angle of 334.07º 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 #934265 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 101 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.42 |
| HSL | 334.07º | 0.38% | 0.42% | - |
| HSV(B) | 334.07º | 0.55% | 0.58% | - |
| XYZ | 16.33 | 11.04 | 13.58 | - |
| YUV | 94.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 101 | 0 | 0.55 | 0.31 | 0.42 | 334.07 | 0.38 | 0.42 |
| Hex | 93 | 42 | 65 | 0 | 37 | 1F | 2A | 14E | 26 | 2A |
| Octal | 223 | 102 | 145 | 0 | 67 | 37 | 52 | 516 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1100101 | 0 | 110111 | 11111 | 101010 | 101001110 | 100110 | 101010 |
Color Harmonies of #934265
Complementary color
Monochromatic Colors of #934265
Black with #934265
Text Example
Text Example
White with #934265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934265; }
p { color: rgb(147,66,101); }
H1.HeaderClassName
{
color: #934265;
}
.AnyTagClassName
{
color: #934265;
}
</style>
background-color css
<style>
a { background-color: #934265; }
a { background-color: rgb(147,66,101); }
div.DivClassName
{
background-color: #934265;
}
.BgClassName
{
background-color: #934265;
}
</style>
border-color css
<style>
span { border-color: #934265; }
span { border-color: rgb(147,66,101); }
td.TdClassName
{
border-color: #934265;
}
.TagClassName
{
border-color: #934265;
}
</style>