#943C6C

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

Shades of Cadillac #943C6C

Tints of Cadillac #943C6C

Color information

#943C6C (or 0x943C6C) is unknown color: approx Cadillac. HEX triplet: 94, 3C and 6C. RGB value is (148,60,108). Sum of RGB (Red+Green+Blue) = 148+60+108=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #943C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C6C is #6BC393. Grayscale: #5B5B5B. Windows color (decimal): -7062420 or 7093396. OLE color: 7093396.

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

Color convert

RGB14860108-
CMYK00.590.270.42
HSL327.27º42.31%40.78%-
HSV(B)327.27º59.46%58.04%-
XYZ16.5410.6115.36-
YUV91.78137.15168.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=46.84%
G=18.99%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486010800.590.270.42327.2742.3140.78
Hex943C6C03B1B2A1472a29
Octal2247415407333525075251
Binary100101001111001101100011101111011101010101000111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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