#94416E

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

Shades of Cadillac #94416E

Tints of Cadillac #94416E

Color information

#94416E (or 0x94416E) is unknown color: approx Cadillac. HEX triplet: 94, 41 and 6E. RGB value is (148,65,110). Sum of RGB (Red+Green+Blue) = 148+65+110=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94416E is #6BBE91. Grayscale: #5E5E5E. Windows color (decimal): -7061138 or 7225748. OLE color: 7225748.

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

Color convert

RGB14865110-
CMYK00.560.260.42
HSL327.47º38.97%41.76%-
HSV(B)327.47º56.08%58.04%-
XYZ16.9211.216.02-
YUV94.95136.5165.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=45.82%
G=20.12%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486511000.560.260.42327.4738.9741.76
Hex94416E0381A2A147272a
Octal22410115607032525074752
Binary1001010010000011101110011100011010101010101000111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94416E; }

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

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

<style>
 a { background-color: #94416E; }

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

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

<style>
 span { border-color: #94416E; }

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

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