#994C73

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

Shades of Cadillac #994C73

Tints of Cadillac #994C73

Color information

#994C73 (or 0x994C73) is unknown color: approx Cadillac. HEX triplet: 99, 4C and 73. RGB value is (153,76,115). Sum of RGB (Red+Green+Blue) = 153+76+115=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #994C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C73 is #66B38C. Grayscale: #676767. Windows color (decimal): -6730637 or 7556249. OLE color: 7556249.

HSL color Cylindrical-coordinate representation of color #994C73: hue angle of 329.61º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C73 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15376115-
CMYK00.500.250.4
HSL329.61º33.62%44.9%-
HSV(B)329.61º50.33%60%-
XYZ18.8213.1817.77-
YUV103.47134.51163.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=44.48%
G=22.09%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537611500.500.250.4329.6133.6244.9
Hex994C73032192814a222d
Octal23111416306231505124255
Binary1001100110011001110011011001011001101000101001010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994C73; }

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

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

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

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

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

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

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

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