#9B466E

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

Shades of Cadillac #9B466E

Tints of Cadillac #9B466E

Color information

#9B466E (or 0x9B466E) is unknown color: approx Cadillac. HEX triplet: 9B, 46 and 6E. RGB value is (155,70,110). Sum of RGB (Red+Green+Blue) = 155+70+110=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466E is #64B991. Grayscale: #636363. Windows color (decimal): -6601106 or 7227035. OLE color: 7227035.

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

Color convert

RGB15570110-
CMYK00.550.290.39
HSL331.76º37.78%44.12%-
HSV(B)331.76º54.84%60.78%-
XYZ18.5212.4716.18-
YUV99.98133.66167.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=46.27%
G=20.90%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557011000.550.290.39331.7637.7844.12
Hex9B466E0371D2714c262c
Octal23310615606735475144654
Binary1001101110001101101110011011111101100111101001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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