#973A66

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

Shades of Cadillac #973A66

Tints of Cadillac #973A66

Color information

#973A66 (or 0x973A66) is unknown color: approx Cadillac. HEX triplet: 97, 3A and 66. RGB value is (151,58,102). Sum of RGB (Red+Green+Blue) = 151+58+102=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #973A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A66 is #68C599. Grayscale: #5A5A5A. Windows color (decimal): -6866330 or 6699671. OLE color: 6699671.

HSL color Cylindrical-coordinate representation of color #973A66: hue angle of 331.61º degrees, saturation: 0.44, 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 #973A66 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15158102-
CMYK00.620.320.41
HSL331.61º44.5%40.98%-
HSV(B)331.61º61.59%59.22%-
XYZ16.6710.5613.73-
YUV90.82134.31170.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=48.55%
G=18.65%
B=32.80%

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
Decimal1515810200.620.320.41331.6144.540.98
Hex973A6603E202914c2c29
Octal2277214607640515145451
Binary1001011111101011001100111110100000101001101001100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973A66; }

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

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

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

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

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

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

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

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