#974957

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

Shades of Cadillac #974957

Tints of Cadillac #974957

Color information

#974957 (or 0x974957) is unknown color: approx Cadillac. HEX triplet: 97, 49 and 57. RGB value is (151,73,87). Sum of RGB (Red+Green+Blue) = 151+73+87=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #974957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974957 is #68B6A8. Grayscale: #616161. Windows color (decimal): -6862505 or 5720471. OLE color: 5720471.

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

Color convert

RGB1517387-
CMYK00.520.420.41
HSL349.23º34.82%43.92%-
HSV(B)349.23º51.66%59.22%-
XYZ16.8712.0310.45-
YUV97.92121.84165.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=48.55%
G=23.47%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151738700.520.420.41349.2334.8243.92
Hex9749570342A2915d232c
Octal22711112706452515354354
Binary10010111100100110101110110100101010101001101011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974957; }

 p { color: rgb(151,73,87); }

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

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

 a { background-color: rgb(151,73,87); }

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

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

 span { border-color: rgb(151,73,87); }

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