#973966

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

Shades of Cadillac #973966

Tints of Cadillac #973966

Color information

#973966 (or 0x973966) is unknown color: approx Cadillac. HEX triplet: 97, 39 and 66. RGB value is (151,57,102). Sum of RGB (Red+Green+Blue) = 151+57+102=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #973966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973966 is #68C699. Grayscale: #5A5A5A. Windows color (decimal): -6866586 or 6699415. OLE color: 6699415.

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

Color convert

RGB15157102-
CMYK00.620.320.41
HSL331.28º45.19%40.78%-
HSV(B)331.28º62.25%59.22%-
XYZ16.6210.4613.71-
YUV90.24134.64171.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=48.71%
G=18.39%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515710200.620.320.41331.2845.1940.78
Hex97396603E202914b2d29
Octal2277114607640515135551
Binary1001011111100111001100111110100000101001101001011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973966; }

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

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

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

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

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

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

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

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