#9B485E

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

Shades of Cadillac #9B485E

Tints of Cadillac #9B485E

Color information

#9B485E (or 0x9B485E) is unknown color: approx Cadillac. HEX triplet: 9B, 48 and 5E. RGB value is (155,72,94). Sum of RGB (Red+Green+Blue) = 155+72+94=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B485E is #64B7A1. Grayscale: #636363. Windows color (decimal): -6600610 or 6178971. OLE color: 6178971.

HSL color Cylindrical-coordinate representation of color #9B485E: hue angle of 344.1º 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 #9B485E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1557294-
CMYK00.540.390.39
HSL344.1º36.56%44.51%-
HSV(B)344.1º53.55%60.78%-
XYZ17.8612.4112.04-
YUV99.32125167.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=48.29%
G=22.43%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155729400.540.390.39344.136.5644.51
Hex9B485E0362727158252d
Octal23311013606647475304555
Binary10011011100100010111100110110100111100111101011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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