#974476

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

Shades of Cadillac #974476

Tints of Cadillac #974476

Color information

#974476 (or 0x974476) is unknown color: approx Cadillac. HEX triplet: 97, 44 and 76. RGB value is (151,68,118). Sum of RGB (Red+Green+Blue) = 151+68+118=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #974476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974476 is #68BB89. Grayscale: #626262. Windows color (decimal): -6863754 or 7750807. OLE color: 7750807.

HSL color Cylindrical-coordinate representation of color #974476: hue angle of 323.86º 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 #974476 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15168118-
CMYK00.550.220.41
HSL323.86º37.9%42.94%-
HSV(B)323.86º54.97%59.22%-
XYZ18.112.0218.51-
YUV98.52139165.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=44.81%
G=20.18%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516811800.550.220.41323.8637.942.94
Hex9744760371629144262b
Octal22710416606726515044653
Binary1001011110001001110110011011110110101001101000100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974476; }

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

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

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

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

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

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

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

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