#973a65

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

Shades of Cadillac #973A65

Tints of Cadillac #973A65

Color information

#973A65 (or 0x973A65) is unknown color: approx Cadillac. HEX triplet: 97, 3A and 65. RGB value is (151,58,101). Sum of RGB (Red+Green+Blue) = 151+58+101=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #973A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A65 is #68C59A. Grayscale: #5A5A5A. Windows color (decimal): -6866331 or 6634135. OLE color: 6634135.

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

Color convert

RGB15158101-
CMYK00.620.330.41
HSL332.26º44.5%40.98%-
HSV(B)332.26º61.59%59.22%-
XYZ16.6210.5513.47-
YUV90.71133.81171-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=48.71%
G=18.71%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515810100.620.330.41332.2644.540.98
Hex973A6503E212914c2c29
Octal2277214507641515145451
Binary1001011111101011001010111110100001101001101001100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973a65; }

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

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

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

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

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

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

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

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