#974766

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

Shades of Cadillac #974766

Tints of Cadillac #974766

Color information

#974766 (or 0x974766) is unknown color: approx Cadillac. HEX triplet: 97, 47 and 66. RGB value is (151,71,102). Sum of RGB (Red+Green+Blue) = 151+71+102=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #974766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974766 is #68B899. Grayscale: #626262. Windows color (decimal): -6863002 or 6702999. OLE color: 6702999.

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

Color convert

RGB15171102-
CMYK00.530.320.41
HSL336.75º36.04%43.53%-
HSV(B)336.75º52.98%59.22%-
XYZ17.4112.0513.98-
YUV98.45130165.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=46.60%
G=21.91%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517110200.530.320.41336.7536.0443.53
Hex9747660352029151242c
Octal22710714606540515214454
Binary10010111100011111001100110101100000101001101010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974766; }

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

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

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

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

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

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

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

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