#973F5C

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

Shades of Cadillac #973F5C

Tints of Cadillac #973F5C

Color information

#973F5C (or 0x973F5C) is unknown color: approx Cadillac. HEX triplet: 97, 3F and 5C. RGB value is (151,63,92). Sum of RGB (Red+Green+Blue) = 151+63+92=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #973F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F5C is #68C0A3. Grayscale: #5C5C5C. Windows color (decimal): -6865060 or 6045591. OLE color: 6045591.

HSL color Cylindrical-coordinate representation of color #973F5C: hue angle of 340.23º 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 #973F5C is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1516392-
CMYK00.580.390.41
HSL340.23º41.12%41.96%-
HSV(B)340.23º58.28%59.22%-
XYZ16.4710.9111.36-
YUV92.62127.65169.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=49.35%
G=20.59%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151639200.580.390.41340.2341.1241.96
Hex973F5C03A2729154292a
Octal2277713407247515245152
Binary1001011111111110111000111010100111101001101010100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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