#9B4766

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

Shades of Cadillac #9B4766

Tints of Cadillac #9B4766

Color information

#9B4766 (or 0x9B4766) is unknown color: approx Cadillac. HEX triplet: 9B, 47 and 66. RGB value is (155,71,102). Sum of RGB (Red+Green+Blue) = 155+71+102=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4766 is #64B899. Grayscale: #636363. Windows color (decimal): -6600858 or 6703003. OLE color: 6703003.

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

Color convert

RGB15571102-
CMYK00.540.340.39
HSL337.86º37.17%44.31%-
HSV(B)337.86º54.19%60.78%-
XYZ18.1712.4314.01-
YUV99.65129.33167.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=47.26%
G=21.65%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557110200.540.340.39337.8637.1744.31
Hex9B47660362227152252c
Octal23310714606642475224554
Binary10011011100011111001100110110100010100111101010010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,102); }

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

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

 a { background-color: rgb(155,71,102); }

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

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

 span { border-color: rgb(155,71,102); }

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