#97466C

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

Shades of Cadillac #97466C

Tints of Cadillac #97466C

Color information

#97466C (or 0x97466C) is unknown color: approx Cadillac. HEX triplet: 97, 46 and 6C. RGB value is (151,70,108). Sum of RGB (Red+Green+Blue) = 151+70+108=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97466C is #68B993. Grayscale: #626262. Windows color (decimal): -6863252 or 7095959. OLE color: 7095959.

HSL color Cylindrical-coordinate representation of color #97466C: hue angle of 331.85º 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 #97466C is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15170108-
CMYK00.540.280.41
HSL331.85º36.65%43.33%-
HSV(B)331.85º53.64%59.22%-
XYZ17.6612.0415.58-
YUV98.55133.34165.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=45.90%
G=21.28%
B=32.83%

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
Decimal1517010800.540.280.41331.8536.6543.33
Hex97466C0361C2914c252b
Octal22710615406634515144553
Binary1001011110001101101100011011011100101001101001100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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