#994857

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

Shades of Cadillac #994857

Tints of Cadillac #994857

Color information

#994857 (or 0x994857) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 57. RGB value is (153,72,87). Sum of RGB (Red+Green+Blue) = 153+72+87=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #994857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994857 is #66B7A8. Grayscale: #616161. Windows color (decimal): -6731689 or 5720217. OLE color: 5720217.

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

Color convert

RGB1537287-
CMYK00.530.430.4
HSL348.89º36%44.12%-
HSV(B)348.89º52.94%60%-
XYZ17.1712.110.45-
YUV97.93121.84167.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=49.04%
G=23.08%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153728700.530.430.4348.893644.12
Hex9948570352B2815d242c
Octal23111012706553505354454
Binary10011001100100010101110110101101011101000101011101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994857; }

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

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

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

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

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

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

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

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