#9B466C

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

Shades of Cadillac #9B466C

Tints of Cadillac #9B466C

Color information

#9B466C (or 0x9B466C) is unknown color: approx Cadillac. HEX triplet: 9B, 46 and 6C. RGB value is (155,70,108). Sum of RGB (Red+Green+Blue) = 155+70+108=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466C is #64B993. Grayscale: #636363. Windows color (decimal): -6601108 or 7095963. OLE color: 7095963.

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

Color convert

RGB15570108-
CMYK00.550.300.39
HSL333.18º37.78%44.12%-
HSV(B)333.18º54.84%60.78%-
XYZ18.4112.4315.62-
YUV99.75132.66167.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=46.55%
G=21.02%
B=32.43%

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
Decimal1557010800.550.300.39333.1837.7844.12
Hex9B466C0371E2714d262c
Octal23310615406736475154654
Binary1001101110001101101100011011111110100111101001101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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