#94496C

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

Shades of Cadillac #94496C

Tints of Cadillac #94496C

Color information

#94496C (or 0x94496C) is unknown color: approx Cadillac. HEX triplet: 94, 49 and 6C. RGB value is (148,73,108). Sum of RGB (Red+Green+Blue) = 148+73+108=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94496C is #6BB693. Grayscale: #636363. Windows color (decimal): -7059092 or 7096724. OLE color: 7096724.

HSL color Cylindrical-coordinate representation of color #94496C: hue angle of 332º 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 #94496C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14873108-
CMYK00.510.270.42
HSL332º33.94%43.33%-
HSV(B)332º50.68%58.04%-
XYZ17.312.1415.62-
YUV99.42132.85162.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=44.98%
G=22.19%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487310800.510.270.4233233.9443.33
Hex94496C0331B2A14c222b
Octal22411115406333525144253
Binary1001010010010011101100011001111011101010101001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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