#973F6C

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

Shades of Cadillac #973F6C

Tints of Cadillac #973F6C

Color information

#973F6C (or 0x973F6C) is unknown color: approx Cadillac. HEX triplet: 97, 3F and 6C. RGB value is (151,63,108). Sum of RGB (Red+Green+Blue) = 151+63+108=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #973F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F6C is #68C093. Grayscale: #5E5E5E. Windows color (decimal): -6865044 or 7094167. OLE color: 7094167.

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

Color convert

RGB15163108-
CMYK00.580.280.41
HSL329.32º41.12%41.96%-
HSV(B)329.32º58.28%59.22%-
XYZ17.2511.2215.44-
YUV94.44135.65168.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=46.89%
G=19.57%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516310800.580.280.41329.3241.1241.96
Hex973F6C03A1C29149292a
Octal2277715407234515115152
Binary100101111111111101100011101011100101001101001001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,63,108); }

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

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

 a { background-color: rgb(151,63,108); }

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

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

 span { border-color: rgb(151,63,108); }

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