#97466D

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

Shades of Cadillac #97466D

Tints of Cadillac #97466D

Color information

#97466D (or 0x97466D) is unknown color: approx Cadillac. HEX triplet: 97, 46 and 6D. RGB value is (151,70,109). Sum of RGB (Red+Green+Blue) = 151+70+109=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97466D is #68B992. Grayscale: #626262. Windows color (decimal): -6863251 or 7161495. OLE color: 7161495.

HSL color Cylindrical-coordinate representation of color #97466D: hue angle of 331.11º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97466D is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15170109-
CMYK00.540.280.41
HSL331.11º36.65%43.33%-
HSV(B)331.11º53.64%59.22%-
XYZ17.7112.0615.86-
YUV98.66133.84165.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=45.76%
G=21.21%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517010900.540.280.41331.1136.6543.33
Hex97466D0361C2914b252b
Octal22710615506634515134553
Binary1001011110001101101101011011011100101001101001011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,70,109); }

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

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

 a { background-color: rgb(151,70,109); }

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

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

 span { border-color: rgb(151,70,109); }

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