#943D63

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

Shades of Cadillac #943D63

Tints of Cadillac #943D63

Color information

#943D63 (or 0x943D63) is unknown color: approx Cadillac. HEX triplet: 94, 3D and 63. RGB value is (148,61,99). Sum of RGB (Red+Green+Blue) = 148+61+99=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #943D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D63 is #6BC29C. Grayscale: #5B5B5B. Windows color (decimal): -7062173 or 6503828. OLE color: 6503828.

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

Color convert

RGB1486199-
CMYK00.590.330.42
HSL333.79º41.63%40.98%-
HSV(B)333.79º58.78%58.04%-
XYZ16.1310.5312.99-
YUV91.34132.32168.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=48.05%
G=19.81%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148619900.590.330.42333.7941.6340.98
Hex943D6303B212A14e2a29
Octal2247514307341525165251
Binary1001010011110111000110111011100001101010101001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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