#9B4A6A

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

Shades of Cadillac #9B4A6A

Tints of Cadillac #9B4A6A

Color information

#9B4A6A (or 0x9B4A6A) is unknown color: approx Cadillac. HEX triplet: 9B, 4A and 6A. RGB value is (155,74,106). Sum of RGB (Red+Green+Blue) = 155+74+106=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4A6A is #64B595. Grayscale: #656565. Windows color (decimal): -6600086 or 6965915. OLE color: 6965915.

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

Color convert

RGB15574106-
CMYK00.520.320.39
HSL336.3º35.37%44.9%-
HSV(B)336.3º52.26%60.78%-
XYZ18.5712.9115.15-
YUV101.87130.34165.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=46.27%
G=22.09%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557410600.520.320.39336.335.3744.9
Hex9B4A6A0342027150232d
Octal23311215206440475204355
Binary10011011100101011010100110100100000100111101010000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,74,106); }

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

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

 a { background-color: rgb(155,74,106); }

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

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

 span { border-color: rgb(155,74,106); }

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