#93495C

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

Shades of Cadillac #93495C

Tints of Cadillac #93495C

Color information

#93495C (or 0x93495C) is unknown color: approx Cadillac. HEX triplet: 93, 49 and 5C. RGB value is (147,73,92). Sum of RGB (Red+Green+Blue) = 147+73+92=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93495C is #6CB6A3. Grayscale: #616161. Windows color (decimal): -7124644 or 6048147. OLE color: 6048147.

HSL color Cylindrical-coordinate representation of color #93495C: hue angle of 344.59º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93495C is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1477392-
CMYK00.500.370.42
HSL344.59º33.64%43.14%-
HSV(B)344.59º50.34%57.65%-
XYZ16.3511.7411.53-
YUV97.29125.02163.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=47.12%
G=23.40%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147739200.500.370.42344.5933.6443.14
Hex93495C032252A159222b
Octal22311113406245525314253
Binary10010011100100110111000110010100101101010101011001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,73,92); }

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

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

 a { background-color: rgb(147,73,92); }

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

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

 span { border-color: rgb(147,73,92); }

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