#974A6F

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

Shades of Cadillac #974A6F

Tints of Cadillac #974A6F

Color information

#974A6F (or 0x974A6F) is unknown color: approx Cadillac. HEX triplet: 97, 4A and 6F. RGB value is (151,74,111). Sum of RGB (Red+Green+Blue) = 151+74+111=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A6F is #68B590. Grayscale: #656565. Windows color (decimal): -6862225 or 7293591. OLE color: 7293591.

HSL color Cylindrical-coordinate representation of color #974A6F: hue angle of 331.17º 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 #974A6F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15174111-
CMYK00.510.260.41
HSL331.17º34.22%44.12%-
HSV(B)331.17º50.99%59.22%-
XYZ18.0812.6216.52-
YUV101.24133.51163.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=44.94%
G=22.02%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517411100.510.260.41331.1734.2244.12
Hex974A6F0331A2914b222c
Octal22711215706332515134254
Binary1001011110010101101111011001111010101001101001011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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