#94416A

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

Shades of Cadillac #94416A

Tints of Cadillac #94416A

Color information

#94416A (or 0x94416A) is unknown color: approx Cadillac. HEX triplet: 94, 41 and 6A. RGB value is (148,65,106). Sum of RGB (Red+Green+Blue) = 148+65+106=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #94416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94416A is #6BBE95. Grayscale: #5E5E5E. Windows color (decimal): -7061142 or 6963604. OLE color: 6963604.

HSL color Cylindrical-coordinate representation of color #94416A: hue angle of 330.36º 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 #94416A is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14865106-
CMYK00.560.280.42
HSL330.36º38.97%41.76%-
HSV(B)330.36º56.08%58.04%-
XYZ16.711.1214.9-
YUV94.49134.5166.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=46.39%
G=20.38%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486510600.560.280.42330.3638.9741.76
Hex94416A0381C2A14a272a
Octal22410115207034525124752
Binary1001010010000011101010011100011100101010101001010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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