#97446B

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

Shades of Cadillac #97446B

Tints of Cadillac #97446B

Color information

#97446B (or 0x97446B) is unknown color: approx Cadillac. HEX triplet: 97, 44 and 6B. RGB value is (151,68,107). Sum of RGB (Red+Green+Blue) = 151+68+107=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97446B is #68BB94. Grayscale: #616161. Windows color (decimal): -6863765 or 7029911. OLE color: 7029911.

HSL color Cylindrical-coordinate representation of color #97446B: hue angle of 331.81º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97446B is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15168107-
CMYK00.550.290.41
HSL331.81º37.9%42.94%-
HSV(B)331.81º54.97%59.22%-
XYZ17.4811.7815.26-
YUV97.26133.5166.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=46.32%
G=20.86%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516810700.550.290.41331.8137.942.94
Hex97446B0371D2914c262b
Octal22710415306735515144653
Binary1001011110001001101011011011111101101001101001100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97446B; }

 p { color: rgb(151,68,107); }

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

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

 a { background-color: rgb(151,68,107); }

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

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

 span { border-color: rgb(151,68,107); }

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