#943D69

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

Shades of Cadillac #943D69

Tints of Cadillac #943D69

Color information

#943D69 (or 0x943D69) is unknown color: approx Cadillac. HEX triplet: 94, 3D and 69. RGB value is (148,61,105). Sum of RGB (Red+Green+Blue) = 148+61+105=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #943D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D69 is #6BC296. Grayscale: #5B5B5B. Windows color (decimal): -7062167 or 6897044. OLE color: 6897044.

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

Color convert

RGB14861105-
CMYK00.590.290.42
HSL329.66º41.63%40.98%-
HSV(B)329.66º58.78%58.04%-
XYZ16.4310.6514.55-
YUV92.03135.32167.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=47.13%
G=19.43%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486110500.590.290.42329.6641.6340.98
Hex943D6903B1D2A14a2a29
Octal2247515107335525125251
Binary100101001111011101001011101111101101010101001010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,61,105); }

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

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

 a { background-color: rgb(148,61,105); }

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

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

 span { border-color: rgb(148,61,105); }

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