#9B466D

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

Shades of Cadillac #9B466D

Tints of Cadillac #9B466D

Color information

#9B466D (or 0x9B466D) is unknown color: approx Cadillac. HEX triplet: 9B, 46 and 6D. RGB value is (155,70,109). Sum of RGB (Red+Green+Blue) = 155+70+109=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466D is #64B992. Grayscale: #636363. Windows color (decimal): -6601107 or 7161499. OLE color: 7161499.

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

Color convert

RGB15570109-
CMYK00.550.300.39
HSL332.47º37.78%44.12%-
HSV(B)332.47º54.84%60.78%-
XYZ18.4712.4515.9-
YUV99.86133.16167.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=46.41%
G=20.96%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557010900.550.300.39332.4737.7844.12
Hex9B466D0371E2714c262c
Octal23310615506736475144654
Binary1001101110001101101101011011111110100111101001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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