#994958

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

Shades of Cadillac #994958

Tints of Cadillac #994958

Color information

#994958 (or 0x994958) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 58. RGB value is (153,73,88). Sum of RGB (Red+Green+Blue) = 153+73+88=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #994958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994958 is #66B6A7. Grayscale: #626262. Windows color (decimal): -6731432 or 5786009. OLE color: 5786009.

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

Color convert

RGB1537388-
CMYK00.520.420.4
HSL348.75º35.4%44.31%-
HSV(B)348.75º52.29%60%-
XYZ17.2812.2410.68-
YUV98.63122166.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=48.73%
G=23.25%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153738800.520.420.4348.7535.444.31
Hex9949580342A2815d232c
Octal23111113006452505354354
Binary10011001100100110110000110100101010101000101011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994958; }

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

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

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

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

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

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

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

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