#974464

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

Shades of Cadillac #974464

Tints of Cadillac #974464

Color information

#974464 (or 0x974464) is unknown color: approx Cadillac. HEX triplet: 97, 44 and 64. RGB value is (151,68,100). Sum of RGB (Red+Green+Blue) = 151+68+100=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #974464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974464 is #68BB9B. Grayscale: #606060. Windows color (decimal): -6863772 or 6571159. OLE color: 6571159.

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

Color convert

RGB15168100-
CMYK00.550.340.41
HSL336.87º37.9%42.94%-
HSV(B)336.87º54.97%59.22%-
XYZ17.1311.6313.4-
YUV96.46130166.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=47.34%
G=21.32%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516810000.550.340.41336.8737.942.94
Hex9744640372229151262b
Octal22710414406742515214653
Binary10010111100010011001000110111100010101001101010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974464; }

 p { color: rgb(151,68,100); }

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

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

 a { background-color: rgb(151,68,100); }

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

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

 span { border-color: rgb(151,68,100); }

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