#974660

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

Shades of Cadillac #974660

Tints of Cadillac #974660

Color information

#974660 (or 0x974660) is unknown color: approx Cadillac. HEX triplet: 97, 46 and 60. RGB value is (151,70,96). Sum of RGB (Red+Green+Blue) = 151+70+96=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #974660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974660 is #68B99F. Grayscale: #616161. Windows color (decimal): -6863264 or 6309527. OLE color: 6309527.

HSL color Cylindrical-coordinate representation of color #974660: hue angle of 340.74º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974660 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1517096-
CMYK00.540.360.41
HSL340.74º36.65%43.33%-
HSV(B)340.74º53.64%59.22%-
XYZ17.0611.812.45-
YUV97.18127.34166.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=47.63%
G=22.08%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151709600.540.360.41340.7436.6543.33
Hex9746600362429155252b
Octal22710614006644515254553
Binary10010111100011011000000110110100100101001101010101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974660; }

 p { color: rgb(151,70,96); }

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

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

 a { background-color: rgb(151,70,96); }

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

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

 span { border-color: rgb(151,70,96); }

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