#93406C

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

Shades of Cadillac #93406C

Tints of Cadillac #93406C

Color information

#93406C (or 0x93406C) is unknown color: approx Cadillac. HEX triplet: 93, 40 and 6C. RGB value is (147,64,108). Sum of RGB (Red+Green+Blue) = 147+64+108=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93406C is #6CBF93. Grayscale: #5D5D5D. Windows color (decimal): -7126932 or 7094419. OLE color: 7094419.

HSL color Cylindrical-coordinate representation of color #93406C: hue angle of 328.19º 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 #93406C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14764108-
CMYK00.560.270.42
HSL328.19º39.34%41.37%-
HSV(B)328.19º56.46%57.65%-
XYZ16.5710.9515.43-
YUV93.83136165.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=46.08%
G=20.06%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476410800.560.270.42328.1939.3441.37
Hex93406C0381B2A1482729
Octal22310015407033525104751
Binary1001001110000001101100011100011011101010101001000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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