#9B485A

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

Shades of Cadillac #9B485A

Tints of Cadillac #9B485A

Color information

#9B485A (or 0x9B485A) is unknown color: approx Cadillac. HEX triplet: 9B, 48 and 5A. RGB value is (155,72,90). Sum of RGB (Red+Green+Blue) = 155+72+90=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B485A is #64B7A5. Grayscale: #626262. Windows color (decimal): -6600614 or 5916827. OLE color: 5916827.

HSL color Cylindrical-coordinate representation of color #9B485A: hue angle of 346.99º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B485A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1557290-
CMYK00.540.420.39
HSL346.99º36.56%44.51%-
HSV(B)346.99º53.55%60.78%-
XYZ17.6812.3411.12-
YUV98.87123168.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=48.90%
G=22.71%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155729000.540.420.39346.9936.5644.51
Hex9B485A0362A2715b252d
Octal23311013206652475334555
Binary10011011100100010110100110110101010100111101011011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,90); }

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

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

 a { background-color: rgb(155,72,90); }

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

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

 span { border-color: rgb(155,72,90); }

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