#9B495F

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

Shades of Cadillac #9B495F

Tints of Cadillac #9B495F

Color information

#9B495F (or 0x9B495F) is unknown color: approx Cadillac. HEX triplet: 9B, 49 and 5F. RGB value is (155,73,95). Sum of RGB (Red+Green+Blue) = 155+73+95=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B495F is #64B6A0. Grayscale: #646464. Windows color (decimal): -6600353 or 6244763. OLE color: 6244763.

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

Color convert

RGB1557395-
CMYK00.530.390.39
HSL343.9º35.96%44.71%-
HSV(B)343.9º52.9%60.78%-
XYZ17.9712.5612.3-
YUV100.03125.17167.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=47.99%
G=22.60%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155739500.530.390.39343.935.9644.71
Hex9B495F0352727158242d
Octal23311113706547475304455
Binary10011011100100110111110110101100111100111101011000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,95); }

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

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

 a { background-color: rgb(155,73,95); }

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

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

 span { border-color: rgb(155,73,95); }

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