#994671

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

Shades of Cadillac #994671

Tints of Cadillac #994671

Color information

#994671 (or 0x994671) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 71. RGB value is (153,70,113). Sum of RGB (Red+Green+Blue) = 153+70+113=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994671 is #66B98E. Grayscale: #636363. Windows color (decimal): -6732175 or 7423641. OLE color: 7423641.

HSL color Cylindrical-coordinate representation of color #994671: hue angle of 328.92º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994671 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15370113-
CMYK00.540.260.4
HSL328.92º37.22%43.73%-
HSV(B)328.92º54.25%60%-
XYZ18.3112.3417.04-
YUV99.72135.5166-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=45.54%
G=20.83%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537011300.540.260.4328.9237.2243.73
Hex9946710361A28149252c
Octal23110616106632505114554
Binary1001100110001101110001011011011010101000101001001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994671; }

 p { color: rgb(153,70,113); }

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

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

 a { background-color: rgb(153,70,113); }

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

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

 span { border-color: rgb(153,70,113); }

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