#974565

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

Shades of Cadillac #974565

Tints of Cadillac #974565

Color information

#974565 (or 0x974565) is unknown color: approx Cadillac. HEX triplet: 97, 45 and 65. RGB value is (151,69,101). Sum of RGB (Red+Green+Blue) = 151+69+101=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #974565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974565 is #68BA9A. Grayscale: #616161. Windows color (decimal): -6863515 or 6636951. OLE color: 6636951.

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

Color convert

RGB15169101-
CMYK00.540.330.41
HSL336.59º37.27%43.14%-
HSV(B)336.59º54.3%59.22%-
XYZ17.2411.7813.68-
YUV97.17130.17166.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=47.04%
G=21.50%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516910100.540.330.41336.5937.2743.14
Hex9745650362129151252b
Octal22710514506641515214553
Binary10010111100010111001010110110100001101001101010001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974565; }

 p { color: rgb(151,69,101); }

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

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

 a { background-color: rgb(151,69,101); }

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

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

 span { border-color: rgb(151,69,101); }

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