#974D5C

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

Shades of Cadillac #974D5C

Tints of Cadillac #974D5C

Color information

#974D5C (or 0x974D5C) is unknown color: approx Cadillac. HEX triplet: 97, 4D and 5C. RGB value is (151,77,92). Sum of RGB (Red+Green+Blue) = 151+77+92=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #974D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D5C is #68B2A3. Grayscale: #646464. Windows color (decimal): -6861476 or 6049175. OLE color: 6049175.

HSL color Cylindrical-coordinate representation of color #974D5C: hue angle of 347.84º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D5C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1517792-
CMYK00.490.390.41
HSL347.84º32.46%44.71%-
HSV(B)347.84º49.01%59.22%-
XYZ17.3512.6611.65-
YUV100.84123.02163.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=47.19%
G=24.06%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151779200.490.390.41347.8432.4644.71
Hex974D5C031272915c202d
Octal22711513406147515344055
Binary10010111100110110111000110001100111101001101011100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974D5C; }

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

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

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

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

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

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

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

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