#973A67

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

Shades of Cadillac #973A67

Tints of Cadillac #973A67

Color information

#973A67 (or 0x973A67) is unknown color: approx Cadillac. HEX triplet: 97, 3A and 67. RGB value is (151,58,103). Sum of RGB (Red+Green+Blue) = 151+58+103=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #973A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A67 is #68C598. Grayscale: #5A5A5A. Windows color (decimal): -6866329 or 6765207. OLE color: 6765207.

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

Color convert

RGB15158103-
CMYK00.620.320.41
HSL330.97º44.5%40.98%-
HSV(B)330.97º61.59%59.22%-
XYZ16.7210.5813.99-
YUV90.94134.81170.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 58 (23.05% from 255) = 18.59%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=48.40%
G=18.59%
B=33.01%

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
Decimal1515810300.620.320.41330.9744.540.98
Hex973A6703E202914b2c29
Octal2277214707640515135451
Binary1001011111101011001110111110100000101001101001011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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