#9B4A6E

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

Shades of Cadillac #9B4A6E

Tints of Cadillac #9B4A6E

Color information

#9B4A6E (or 0x9B4A6E) is unknown color: approx Cadillac. HEX triplet: 9B, 4A and 6E. RGB value is (155,74,110). Sum of RGB (Red+Green+Blue) = 155+74+110=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4A6E is #64B591. Grayscale: #666666. Windows color (decimal): -6600082 or 7228059. OLE color: 7228059.

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

Color convert

RGB15574110-
CMYK00.520.290.39
HSL333.33º35.37%44.9%-
HSV(B)333.33º52.26%60.78%-
XYZ18.7812.9916.27-
YUV102.32132.34165.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=45.72%
G=21.83%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557411000.520.290.39333.3335.3744.9
Hex9B4A6E0341D2714d232d
Octal23311215606435475154355
Binary1001101110010101101110011010011101100111101001101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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