#994473

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

Shades of Cadillac #994473

Tints of Cadillac #994473

Color information

#994473 (or 0x994473) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 73. RGB value is (153,68,115). Sum of RGB (Red+Green+Blue) = 153+68+115=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994473 is #66BB8C. Grayscale: #626262. Windows color (decimal): -6732685 or 7554201. OLE color: 7554201.

HSL color Cylindrical-coordinate representation of color #994473: hue angle of 326.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994473 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15368115-
CMYK00.560.250.4
HSL326.82º38.46%43.33%-
HSV(B)326.82º55.56%60%-
XYZ18.312.1417.6-
YUV98.77137.16166.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=45.54%
G=20.24%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536811500.560.250.4326.8238.4643.33
Hex9944730381928147262b
Octal23110416307031505074653
Binary1001100110001001110011011100011001101000101000111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994473; }

 p { color: rgb(153,68,115); }

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

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

 a { background-color: rgb(153,68,115); }

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

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

 span { border-color: rgb(153,68,115); }

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