#994859

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

Shades of Cadillac #994859

Tints of Cadillac #994859

Color information

#994859 (or 0x994859) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 59. RGB value is (153,72,89). Sum of RGB (Red+Green+Blue) = 153+72+89=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #994859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994859 is #66B7A6. Grayscale: #626262. Windows color (decimal): -6731687 or 5851289. OLE color: 5851289.

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

Color convert

RGB1537289-
CMYK00.530.420.4
HSL347.41º36%44.12%-
HSV(B)347.41º52.94%60%-
XYZ17.2612.1310.88-
YUV98.16122.84167.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=48.73%
G=22.93%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153728900.530.420.4347.413644.12
Hex9948590352A2815b242c
Octal23111013106552505334454
Binary10011001100100010110010110101101010101000101011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994859; }

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

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

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

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

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

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

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

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