#994674

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

Shades of Cadillac #994674

Tints of Cadillac #994674

Color information

#994674 (or 0x994674) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 74. RGB value is (153,70,116). Sum of RGB (Red+Green+Blue) = 153+70+116=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994674 is #66B98B. Grayscale: #636363. Windows color (decimal): -6732172 or 7620249. OLE color: 7620249.

HSL color Cylindrical-coordinate representation of color #994674: hue angle of 326.75º 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 #994674 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB15370116-
CMYK00.540.240.4
HSL326.75º37.22%43.73%-
HSV(B)326.75º54.25%60%-
XYZ18.4812.4117.95-
YUV100.06137165.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=45.13%
G=20.65%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537011600.540.240.4326.7537.2243.73
Hex9946740361828147252c
Octal23110616406630505074554
Binary1001100110001101110100011011011000101000101000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994674; }

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

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

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

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

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

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

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

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