#9B455D

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

Shades of Cadillac #9B455D

Tints of Cadillac #9B455D

Color information

#9B455D (or 0x9B455D) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 5D. RGB value is (155,69,93). Sum of RGB (Red+Green+Blue) = 155+69+93=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B455D is #64BAA2. Grayscale: #616161. Windows color (decimal): -6601379 or 6112667. OLE color: 6112667.

HSL color Cylindrical-coordinate representation of color #9B455D: hue angle of 343.26º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B455D is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB1556993-
CMYK00.550.40.39
HSL343.26º38.39%43.92%-
HSV(B)343.26º55.48%60.78%-
XYZ17.6212.0211.75-
YUV97.45125.49169.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=48.90%
G=21.77%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155699300.550.40.39343.2638.3943.92
Hex9B455D0372827157262c
Octal23310513506750475274654
Binary10011011100010110111010110111101000100111101010111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,93); }

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

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

 a { background-color: rgb(155,69,93); }

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

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

 span { border-color: rgb(155,69,93); }

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