#974A72

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

Shades of Cadillac #974A72

Tints of Cadillac #974A72

Color information

#974A72 (or 0x974A72) is unknown color: approx Cadillac. HEX triplet: 97, 4A and 72. RGB value is (151,74,114). Sum of RGB (Red+Green+Blue) = 151+74+114=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #974A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A72 is #68B58D. Grayscale: #656565. Windows color (decimal): -6862222 or 7490199. OLE color: 7490199.

HSL color Cylindrical-coordinate representation of color #974A72: hue angle of 328.83º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A72 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15174114-
CMYK00.510.250.41
HSL328.83º34.22%44.12%-
HSV(B)328.83º50.99%59.22%-
XYZ18.2512.6917.41-
YUV101.58135.01163.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=44.54%
G=21.83%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517411400.510.250.41328.8334.2244.12
Hex974A720331929149222c
Octal22711216206331515114254
Binary1001011110010101110010011001111001101001101001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A72; }

 p { color: rgb(151,74,114); }

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

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

 a { background-color: rgb(151,74,114); }

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

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

 span { border-color: rgb(151,74,114); }

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