#97486A

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

Shades of Cadillac #97486A

Tints of Cadillac #97486A

Color information

#97486A (or 0x97486A) is unknown color: approx Cadillac. HEX triplet: 97, 48 and 6A. RGB value is (151,72,106). Sum of RGB (Red+Green+Blue) = 151+72+106=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97486A is #68B795. Grayscale: #636363. Windows color (decimal): -6862742 or 6965399. OLE color: 6965399.

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

Color convert

RGB15172106-
CMYK00.520.300.41
HSL334.18º35.43%43.73%-
HSV(B)334.18º52.32%59.22%-
XYZ17.6812.2515.07-
YUV99.5131.67164.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=45.90%
G=21.88%
B=32.22%

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
Decimal1517210600.520.300.41334.1835.4343.73
Hex97486A0341E2914e232c
Octal22711015206436515164354
Binary1001011110010001101010011010011110101001101001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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