#943E68

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

Shades of Cadillac #943E68

Tints of Cadillac #943E68

Color information

#943E68 (or 0x943E68) is unknown color: approx Cadillac. HEX triplet: 94, 3E and 68. RGB value is (148,62,104). Sum of RGB (Red+Green+Blue) = 148+62+104=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #943E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E68 is #6BC197. Grayscale: #5C5C5C. Windows color (decimal): -7061912 or 6831764. OLE color: 6831764.

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

Color convert

RGB14862104-
CMYK00.580.300.42
HSL330.7º40.95%41.18%-
HSV(B)330.7º58.11%58.04%-
XYZ16.4310.7414.3-
YUV92.5134.49167.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=47.13%
G=19.75%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486210400.580.300.42330.740.9541.18
Hex943E6803A1E2A14b2929
Octal2247615007236525135151
Binary100101001111101101000011101011110101010101001011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,62,104); }

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

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

 a { background-color: rgb(148,62,104); }

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

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

 span { border-color: rgb(148,62,104); }

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