#94446F

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

Shades of Cadillac #94446F

Tints of Cadillac #94446F

Color information

#94446F (or 0x94446F) is unknown color: approx Cadillac. HEX triplet: 94, 44 and 6F. RGB value is (148,68,111). Sum of RGB (Red+Green+Blue) = 148+68+111=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94446F is #6BBB90. Grayscale: #606060. Windows color (decimal): -7060369 or 7292052. OLE color: 7292052.

HSL color Cylindrical-coordinate representation of color #94446F: hue angle of 327.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94446F is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14868111-
CMYK00.540.250.42
HSL327.75º37.04%42.35%-
HSV(B)327.75º54.05%58.04%-
XYZ17.1511.5816.37-
YUV96.82136164.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=45.26%
G=20.80%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486811100.540.250.42327.7537.0442.35
Hex94446F036192A148252a
Octal22410415706631525104552
Binary1001010010001001101111011011011001101010101001000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94446F; }

 p { color: rgb(148,68,111); }

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

<style>
 a { background-color: #94446F; }

 a { background-color: rgb(148,68,111); }

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

<style>
 span { border-color: #94446F; }

 span { border-color: rgb(148,68,111); }

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