#93406A

Color #93406A Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #93406A

Tints of Cadillac #93406A

Color information

#93406A (or 0x93406A) is unknown color: approx Cadillac. HEX triplet: 93, 40 and 6A. RGB value is (147,64,106). Sum of RGB (Red+Green+Blue) = 147+64+106=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #93406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93406A is #6CBF95. Grayscale: #5D5D5D. Windows color (decimal): -7126934 or 6963347. OLE color: 6963347.

HSL color Cylindrical-coordinate representation of color #93406A: hue angle of 329.64º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93406A is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14764106-
CMYK00.560.280.42
HSL329.64º39.34%41.37%-
HSV(B)329.64º56.46%57.65%-
XYZ16.4710.9114.87-
YUV93.6135166.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 46.37%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=46.37%
G=20.19%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476410600.560.280.42329.6439.3441.37
Hex93406A0381C2A14a2729
Octal22310015207034525124751
Binary1001001110000001101010011100011100101010101001010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93406A; }

 p { color: rgb(147,64,106); }

 H1.HeaderClassName
 {
   color: #93406A;
 }
 .AnyTagClassName
 {
   color: #93406A;
 }
</style>
background-color css

<style>
 a { background-color: #93406A; }

 a { background-color: rgb(147,64,106); }

 div.DivClassName
 {
   background-color: #93406A;
 }
 .BgClassName
 {
   background-color: #93406A;
 }
</style>
border-color css

<style>
 span { border-color: #93406A; }

 span { border-color: rgb(147,64,106); }

 td.TdClassName
 {
   border-color: #93406A;
 }
 .TagClassName
 {
   border-color: #93406A;
 }
</style>