#97496A

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

Shades of Cadillac #97496A

Tints of Cadillac #97496A

Color information

#97496A (or 0x97496A) is unknown color: approx Cadillac. HEX triplet: 97, 49 and 6A. RGB value is (151,73,106). Sum of RGB (Red+Green+Blue) = 151+73+106=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97496A is #68B695. Grayscale: #646464. Windows color (decimal): -6862486 or 6965655. OLE color: 6965655.

HSL color Cylindrical-coordinate representation of color #97496A: hue angle of 334.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97496A is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15173106-
CMYK00.520.300.41
HSL334.62º34.82%43.92%-
HSV(B)334.62º51.66%59.22%-
XYZ17.7512.3915.09-
YUV100.08131.34164.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=45.76%
G=22.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517310600.520.300.41334.6234.8243.92
Hex97496A0341E2914f232c
Octal22711115206436515174354
Binary1001011110010011101010011010011110101001101001111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97496A; }

 p { color: rgb(151,73,106); }

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

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

 a { background-color: rgb(151,73,106); }

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

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

 span { border-color: rgb(151,73,106); }

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