#974666

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

Shades of Cadillac #974666

Tints of Cadillac #974666

Color information

#974666 (or 0x974666) is unknown color: approx Cadillac. HEX triplet: 97, 46 and 66. RGB value is (151,70,102). Sum of RGB (Red+Green+Blue) = 151+70+102=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #974666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974666 is #68B999. Grayscale: #616161. Windows color (decimal): -6863258 or 6702743. OLE color: 6702743.

HSL color Cylindrical-coordinate representation of color #974666: hue angle of 336.3º 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 #974666 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15170102-
CMYK00.540.320.41
HSL336.3º36.65%43.33%-
HSV(B)336.3º53.64%59.22%-
XYZ17.3511.9213.96-
YUV97.87130.34165.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.75%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=46.75%
G=21.67%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517010200.540.320.41336.336.6543.33
Hex9746660362029150252b
Octal22710614606640515204553
Binary10010111100011011001100110110100000101001101010000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974666; }

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

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

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

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

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

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

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

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