#943C6E

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

Shades of Cadillac #943C6E

Tints of Cadillac #943C6E

Color information

#943C6E (or 0x943C6E) is unknown color: approx Cadillac. HEX triplet: 94, 3C and 6E. RGB value is (148,60,110). Sum of RGB (Red+Green+Blue) = 148+60+110=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #943C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C6E is #6BC391. Grayscale: #5B5B5B. Windows color (decimal): -7062418 or 7224468. OLE color: 7224468.

HSL color Cylindrical-coordinate representation of color #943C6E: hue angle of 325.91º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943C6E is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14860110-
CMYK00.590.260.42
HSL325.91º42.31%40.78%-
HSV(B)325.91º59.46%58.04%-
XYZ16.6410.6515.93-
YUV92.01138.15167.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=46.54%
G=18.87%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486011000.590.260.42325.9142.3140.78
Hex943C6E03B1A2A1462a29
Octal2247415607332525065251
Binary100101001111001101110011101111010101010101000110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943C6E; }

 p { color: rgb(148,60,110); }

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

<style>
 a { background-color: #943C6E; }

 a { background-color: rgb(148,60,110); }

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

<style>
 span { border-color: #943C6E; }

 span { border-color: rgb(148,60,110); }

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