#9B4D66

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

Shades of Cadillac #9B4D66

Tints of Cadillac #9B4D66

Color information

#9B4D66 (or 0x9B4D66) is unknown color: approx Cadillac. HEX triplet: 9B, 4D and 66. RGB value is (155,77,102). Sum of RGB (Red+Green+Blue) = 155+77+102=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D66 is #64B299. Grayscale: #676767. Windows color (decimal): -6599322 or 6704539. OLE color: 6704539.

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

Color convert

RGB15577102-
CMYK00.500.340.39
HSL340.77º33.62%45.49%-
HSV(B)340.77º50.32%60.78%-
XYZ18.5713.2414.15-
YUV103.17127.34164.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=46.41%
G=23.05%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557710200.500.340.39340.7733.6245.49
Hex9B4D660322227155222d
Octal23311514606242475254255
Binary10011011100110111001100110010100010100111101010101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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