#94415C

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

Shades of Cadillac #94415C

Tints of Cadillac #94415C

Color information

#94415C (or 0x94415C) is unknown color: approx Cadillac. HEX triplet: 94, 41 and 5C. RGB value is (148,65,92). Sum of RGB (Red+Green+Blue) = 148+65+92=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94415C is #6BBEA3. Grayscale: #5C5C5C. Windows color (decimal): -7061156 or 6046100. OLE color: 6046100.

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

Color convert

RGB1486592-
CMYK00.560.380.42
HSL340.48º38.97%41.76%-
HSV(B)340.48º56.08%58.04%-
XYZ16.0310.8511.37-
YUV92.9127.5167.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=48.52%
G=21.31%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148659200.560.380.42340.4838.9741.76
Hex94415C038262A154272a
Octal22410113407046525244752
Binary10010100100000110111000111000100110101010101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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