#994759

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

Shades of Cadillac #994759

Tints of Cadillac #994759

Color information

#994759 (or 0x994759) is unknown color: approx Cadillac. HEX triplet: 99, 47 and 59. RGB value is (153,71,89). Sum of RGB (Red+Green+Blue) = 153+71+89=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #994759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994759 is #66B8A6. Grayscale: #616161. Windows color (decimal): -6731943 or 5851033. OLE color: 5851033.

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

Color convert

RGB1537189-
CMYK00.540.420.4
HSL346.83º36.61%43.92%-
HSV(B)346.83º53.59%60%-
XYZ17.191210.86-
YUV97.57123.17167.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=48.88%
G=22.68%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153718900.540.420.4346.8336.6143.92
Hex9947590362A2815b252c
Octal23110713106652505334554
Binary10011001100011110110010110110101010101000101011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994759; }

 p { color: rgb(153,71,89); }

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

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

 a { background-color: rgb(153,71,89); }

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

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

 span { border-color: rgb(153,71,89); }

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