#9B495A

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

Shades of Cadillac #9B495A

Tints of Cadillac #9B495A

Color information

#9B495A (or 0x9B495A) is unknown color: approx Cadillac. HEX triplet: 9B, 49 and 5A. RGB value is (155,73,90). Sum of RGB (Red+Green+Blue) = 155+73+90=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B495A is #64B6A5. Grayscale: #636363. Windows color (decimal): -6600358 or 5917083. OLE color: 5917083.

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

Color convert

RGB1557390-
CMYK00.530.420.39
HSL347.56º35.96%44.71%-
HSV(B)347.56º52.9%60.78%-
XYZ17.7512.4711.14-
YUV99.46122.67167.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=48.74%
G=22.96%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155739000.530.420.39347.5635.9644.71
Hex9B495A0352A2715c242d
Octal23311113206552475344455
Binary10011011100100110110100110101101010100111101011100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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