#994A5A

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

Shades of Cadillac #994A5A

Tints of Cadillac #994A5A

Color information

#994A5A (or 0x994A5A) is unknown color: approx Cadillac. HEX triplet: 99, 4A and 5A. RGB value is (153,74,90). Sum of RGB (Red+Green+Blue) = 153+74+90=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #994A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A5A is #66B5A5. Grayscale: #636363. Windows color (decimal): -6731174 or 5917337. OLE color: 5917337.

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

Color convert

RGB1537490-
CMYK00.520.410.4
HSL347.85º34.8%44.51%-
HSV(B)347.85º51.63%60%-
XYZ17.4312.4111.15-
YUV99.44122.67166.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=48.26%
G=23.34%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153749000.520.410.4347.8534.844.51
Hex994A5A034292815c232d
Octal23111213206451505344355
Binary10011001100101010110100110100101001101000101011100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994A5A; }

 p { color: rgb(153,74,90); }

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

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

 a { background-color: rgb(153,74,90); }

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

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

 span { border-color: rgb(153,74,90); }

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