#9B495C

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

Shades of Cadillac #9B495C

Tints of Cadillac #9B495C

Color information

#9B495C (or 0x9B495C) is unknown color: approx Cadillac. HEX triplet: 9B, 49 and 5C. RGB value is (155,73,92). Sum of RGB (Red+Green+Blue) = 155+73+92=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B495C is #64B6A3. Grayscale: #636363. Windows color (decimal): -6600356 or 6048155. OLE color: 6048155.

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

Color convert

RGB1557392-
CMYK00.530.410.39
HSL346.1º35.96%44.71%-
HSV(B)346.1º52.9%60.78%-
XYZ17.8312.5111.6-
YUV99.68123.67167.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=48.44%
G=22.81%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155739200.530.410.39346.135.9644.71
Hex9B495C035292715a242d
Octal23311113406551475324455
Binary10011011100100110111000110101101001100111101011010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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