#93426E

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

Shades of Cadillac #93426E

Tints of Cadillac #93426E

Color information

#93426E (or 0x93426E) is unknown color: approx Cadillac. HEX triplet: 93, 42 and 6E. RGB value is (147,66,110). Sum of RGB (Red+Green+Blue) = 147+66+110=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93426E is #6CBD91. Grayscale: #5F5F5F. Windows color (decimal): -7126418 or 7226003. OLE color: 7226003.

HSL color Cylindrical-coordinate representation of color #93426E: hue angle of 327.41º 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 #93426E is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14766110-
CMYK00.550.250.42
HSL327.41º38.03%41.76%-
HSV(B)327.41º55.1%57.65%-
XYZ16.811.2316.03-
YUV95.24136.34164.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=45.51%
G=20.43%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476611000.550.250.42327.4138.0341.76
Hex93426E037192A147262a
Octal22310215606731525074652
Binary1001001110000101101110011011111001101010101000111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93426E; }

 p { color: rgb(147,66,110); }

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

<style>
 a { background-color: #93426E; }

 a { background-color: rgb(147,66,110); }

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

<style>
 span { border-color: #93426E; }

 span { border-color: rgb(147,66,110); }

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