#994957

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

Shades of Cadillac #994957

Tints of Cadillac #994957

Color information

#994957 (or 0x994957) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 57. RGB value is (153,73,87). Sum of RGB (Red+Green+Blue) = 153+73+87=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #994957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994957 is #66B6A8. Grayscale: #626262. Windows color (decimal): -6731433 or 5720473. OLE color: 5720473.

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

Color convert

RGB1537387-
CMYK00.520.430.4
HSL349.5º35.4%44.31%-
HSV(B)349.5º52.29%60%-
XYZ17.2412.2310.47-
YUV98.52121.5166.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=48.88%
G=23.32%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153738700.520.430.4349.535.444.31
Hex9949570342B2815e232c
Octal23111112706453505364354
Binary10011001100100110101110110100101011101000101011110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994957; }

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

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

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

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

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

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

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

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