#97485D

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

Shades of Cadillac #97485D

Tints of Cadillac #97485D

Color information

#97485D (or 0x97485D) is unknown color: approx Cadillac. HEX triplet: 97, 48 and 5D. RGB value is (151,72,93). Sum of RGB (Red+Green+Blue) = 151+72+93=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #97485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97485D is #68B7A2. Grayscale: #626262. Windows color (decimal): -6862755 or 6113431. OLE color: 6113431.

HSL color Cylindrical-coordinate representation of color #97485D: hue angle of 344.05º 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 #97485D is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1517293-
CMYK00.520.380.41
HSL344.05º35.43%43.73%-
HSV(B)344.05º52.32%59.22%-
XYZ17.061211.77-
YUV98.02125.17165.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=47.78%
G=22.78%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151729300.520.380.41344.0535.4343.73
Hex97485D0342629158232c
Octal22711013506446515304354
Binary10010111100100010111010110100100110101001101011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97485D; }

 p { color: rgb(151,72,93); }

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

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

 a { background-color: rgb(151,72,93); }

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

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

 span { border-color: rgb(151,72,93); }

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