#994673

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

Shades of Cadillac #994673

Tints of Cadillac #994673

Color information

#994673 (or 0x994673) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 73. RGB value is (153,70,115). Sum of RGB (Red+Green+Blue) = 153+70+115=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994673 is #66B98C. Grayscale: #636363. Windows color (decimal): -6732173 or 7554713. OLE color: 7554713.

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

Color convert

RGB15370115-
CMYK00.540.250.4
HSL327.47º37.22%43.73%-
HSV(B)327.47º54.25%60%-
XYZ18.4212.3917.64-
YUV99.95136.5165.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=45.27%
G=20.71%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537011500.540.250.4327.4737.2243.73
Hex9946730361928147252c
Octal23110616306631505074554
Binary1001100110001101110011011011011001101000101000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994673; }

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

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

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

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

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

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

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

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