#9B466A

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

Shades of Cadillac #9B466A

Tints of Cadillac #9B466A

Color information

#9B466A (or 0x9B466A) is unknown color: approx Cadillac. HEX triplet: 9B, 46 and 6A. RGB value is (155,70,106). Sum of RGB (Red+Green+Blue) = 155+70+106=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466A is #64B995. Grayscale: #636363. Windows color (decimal): -6601110 or 6964891. OLE color: 6964891.

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

Color convert

RGB15570106-
CMYK00.550.320.39
HSL334.59º37.78%44.12%-
HSV(B)334.59º54.84%60.78%-
XYZ18.3112.3915.06-
YUV99.52131.66167.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=46.83%
G=21.15%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557010600.550.320.39334.5937.7844.12
Hex9B466A037202714f262c
Octal23310615206740475174654
Binary10011011100011011010100110111100000100111101001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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