#974370

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

Shades of Cadillac #974370

Tints of Cadillac #974370

Color information

#974370 (or 0x974370) is unknown color: approx Cadillac. HEX triplet: 97, 43 and 70. RGB value is (151,67,112). Sum of RGB (Red+Green+Blue) = 151+67+112=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #974370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974370 is #68BC8F. Grayscale: #616161. Windows color (decimal): -6864016 or 7357335. OLE color: 7357335.

HSL color Cylindrical-coordinate representation of color #974370: hue angle of 327.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974370 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15167112-
CMYK00.560.260.41
HSL327.86º38.53%42.75%-
HSV(B)327.86º55.63%59.22%-
XYZ17.6911.7616.67-
YUV97.25136.33166.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=45.76%
G=20.30%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516711200.560.260.41327.8638.5342.75
Hex9743700381A29148272b
Octal22710316007032515104753
Binary1001011110000111110000011100011010101001101001000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974370; }

 p { color: rgb(151,67,112); }

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

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

 a { background-color: rgb(151,67,112); }

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

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

 span { border-color: rgb(151,67,112); }

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