#94496D

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

Shades of Cadillac #94496D

Tints of Cadillac #94496D

Color information

#94496D (or 0x94496D) is unknown color: approx Cadillac. HEX triplet: 94, 49 and 6D. RGB value is (148,73,109). Sum of RGB (Red+Green+Blue) = 148+73+109=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94496D is #6BB692. Grayscale: #636363. Windows color (decimal): -7059091 or 7162260. OLE color: 7162260.

HSL color Cylindrical-coordinate representation of color #94496D: hue angle of 331.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94496D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14873109-
CMYK00.510.260.42
HSL331.2º33.94%43.33%-
HSV(B)331.2º50.68%58.04%-
XYZ17.3612.1715.9-
YUV99.53133.35162.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=44.85%
G=22.12%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487310900.510.260.42331.233.9443.33
Hex94496D0331A2A14b222b
Octal22411115506332525134253
Binary1001010010010011101101011001111010101010101001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94496D; }

 p { color: rgb(148,73,109); }

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

<style>
 a { background-color: #94496D; }

 a { background-color: rgb(148,73,109); }

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

<style>
 span { border-color: #94496D; }

 span { border-color: rgb(148,73,109); }

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