#9B4769

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

Shades of Cadillac #9B4769

Tints of Cadillac #9B4769

Color information

#9B4769 (or 0x9B4769) is unknown color: approx Cadillac. HEX triplet: 9B, 47 and 69. RGB value is (155,71,105). Sum of RGB (Red+Green+Blue) = 155+71+105=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4769 is #64B896. Grayscale: #636363. Windows color (decimal): -6600855 or 6899611. OLE color: 6899611.

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

Color convert

RGB15571105-
CMYK00.540.320.39
HSL335.71º37.17%44.31%-
HSV(B)335.71º54.19%60.78%-
XYZ18.3212.4914.81-
YUV99.99130.83167.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=46.83%
G=21.45%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557110500.540.320.39335.7137.1744.31
Hex9B47690362027150252c
Octal23310715106640475204554
Binary10011011100011111010010110110100000100111101010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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