#9B465B

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

Shades of Cadillac #9B465B

Tints of Cadillac #9B465B

Color information

#9B465B (or 0x9B465B) is unknown color: approx Cadillac. HEX triplet: 9B, 46 and 5B. RGB value is (155,70,91). Sum of RGB (Red+Green+Blue) = 155+70+91=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B465B is #64B9A4. Grayscale: #616161. Windows color (decimal): -6601125 or 5981851. OLE color: 5981851.

HSL color Cylindrical-coordinate representation of color #9B465B: hue angle of 345.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B465B is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB1557091-
CMYK00.550.410.39
HSL345.18º37.78%44.12%-
HSV(B)345.18º54.84%60.78%-
XYZ17.612.111.31-
YUV97.81124.16168.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=49.05%
G=22.15%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155709100.550.410.39345.1837.7844.12
Hex9B465B0372927159262c
Octal23310613306751475314654
Binary10011011100011010110110110111101001100111101011001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B465B; }

 p { color: rgb(155,70,91); }

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

<style>
 a { background-color: #9B465B; }

 a { background-color: rgb(155,70,91); }

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

<style>
 span { border-color: #9B465B; }

 span { border-color: rgb(155,70,91); }

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